Fix: saturday strict mode

This commit is contained in:
Regis Houssin 2012-09-08 17:43:14 +02:00
parent 4ac14fd927
commit 7a0b8b3b1a

View File

@ -432,7 +432,7 @@ if (! defined('NOLOGIN'))
include_once DOL_DOCUMENT_ROOT.'/core/class/translate.class.php';
$langs=new Translate("",$conf);
}
dol_loginfunction($langs,$conf,$mysoc);
dol_loginfunction($langs,$conf,(! empty($mysoc)?$mysoc:''));
exit;
}