LSsession :: initialize() : always load LScli to allow to add commands

This commit is contained in:
Benjamin Renard 2020-04-29 17:15:27 +02:00
parent 1ebdc91d30
commit 09e051a1e7

View file

@ -510,6 +510,7 @@ class LSsession {
self :: startLSerror();
self :: startLSlog();
self :: loadLScli();
self :: startLStemplate();
if (php_sapi_name() != "cli")