Fix: saturday strict mode
This commit is contained in:
parent
4ac14fd927
commit
7a0b8b3b1a
@ -432,7 +432,7 @@ if (! defined('NOLOGIN'))
|
|||||||
include_once DOL_DOCUMENT_ROOT.'/core/class/translate.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/class/translate.class.php';
|
||||||
$langs=new Translate("",$conf);
|
$langs=new Translate("",$conf);
|
||||||
}
|
}
|
||||||
dol_loginfunction($langs,$conf,$mysoc);
|
dol_loginfunction($langs,$conf,(! empty($mysoc)?$mysoc:''));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user