mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
LSsession : start LSerror before starting LStemplate
This commit is contained in:
parent
a27827a4b8
commit
acdc6c49a7
1 changed files with 1 additions and 1 deletions
|
@ -443,13 +443,13 @@ class LSsession {
|
|||
return;
|
||||
}
|
||||
|
||||
self :: startLSerror();
|
||||
self :: startLStemplate();
|
||||
|
||||
session_start();
|
||||
|
||||
self :: setLocale();
|
||||
|
||||
self :: startLSerror();
|
||||
self :: loadLSaddons();
|
||||
self :: loadLSauth();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue