mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
LSsession :: initialize() : always load LScli to allow to add commands
This commit is contained in:
parent
1ebdc91d30
commit
09e051a1e7
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ class LSsession {
|
||||||
|
|
||||||
self :: startLSerror();
|
self :: startLSerror();
|
||||||
self :: startLSlog();
|
self :: startLSlog();
|
||||||
|
self :: loadLScli();
|
||||||
self :: startLStemplate();
|
self :: startLStemplate();
|
||||||
|
|
||||||
if (php_sapi_name() != "cli")
|
if (php_sapi_name() != "cli")
|
||||||
|
|
Loading…
Reference in a new issue