mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix: Missing translation
This commit is contained in:
@@ -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'
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user