Fix: load at wrong place

Conflicts:
	htdocs/core/class/html.formother.class.php
This commit is contained in:
Laurent Destailleur 2013-01-17 17:59:47 +01:00
parent 9d5b36b27b
commit c16269d04e

View File

@ -861,6 +861,8 @@ class FormOther
if ($nbboxactivated) if ($nbboxactivated)
{ {
$langs->load("boxes");
$emptybox=new ModeleBoxes($db); $emptybox=new ModeleBoxes($db);
print '<table width="100%" class="notopnoleftnoright">'; print '<table width="100%" class="notopnoleftnoright">';