Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-17 09:31:32 +02:00
parent 01ea6aee6c
commit 484b36c5aa

View File

@ -1149,8 +1149,8 @@ class FormOther
if ($nbboxactivated) if ($nbboxactivated)
{ {
$langs->load("boxes"); // Load translation files required by the page
$langs->load("projects"); $langs->loadLangs(array("boxes","projects"));
$emptybox=new ModeleBoxes($db); $emptybox=new ModeleBoxes($db);