Fix: Missing translation

This commit is contained in:
Laurent Destailleur
2011-02-16 20:54:42 +00:00
parent e00704c36d
commit fd86f5bf1a

View File

@@ -39,7 +39,7 @@ require_once("../../master.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/functions.lib.php");
if (! empty($_GET["lang"])) $langs->setDefaultLang($_GET["lang"]); // If language was forced on URL by the main.inc.php
$langs->load("main",0,1);
$langs->load("main",0,0); // We need to load direction but also content to translate 'ExpandAll'
?>