mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
LSsession: fix some error messages
This commit is contained in:
parent
1b98dbfe80
commit
ac1626fe22
1 changed files with 5 additions and 5 deletions
|
@ -1434,7 +1434,7 @@ class LSsession {
|
||||||
LSerror :: addErrorCode(
|
LSerror :: addErrorCode(
|
||||||
'LSsession_27',
|
'LSsession_27',
|
||||||
array(
|
array(
|
||||||
'old' => 'LStemplate :: addJSscript()',
|
'old' => 'LSsession :: addJSscript()',
|
||||||
'new' => 'LStemplate :: addJSscript()',
|
'new' => 'LStemplate :: addJSscript()',
|
||||||
'context' => LSlog :: get_debug_backtrace_context(),
|
'context' => LSlog :: get_debug_backtrace_context(),
|
||||||
)
|
)
|
||||||
|
@ -1455,7 +1455,7 @@ class LSsession {
|
||||||
LSerror :: addErrorCode(
|
LSerror :: addErrorCode(
|
||||||
'LSsession_27',
|
'LSsession_27',
|
||||||
array(
|
array(
|
||||||
'old' => 'LStemplate :: addLibJSscript()',
|
'old' => 'LSsession :: addLibJSscript()',
|
||||||
'new' => 'LStemplate :: addLibJSscript()',
|
'new' => 'LStemplate :: addLibJSscript()',
|
||||||
'context' => LSlog :: get_debug_backtrace_context(),
|
'context' => LSlog :: get_debug_backtrace_context(),
|
||||||
)
|
)
|
||||||
|
@ -1477,7 +1477,7 @@ class LSsession {
|
||||||
LSerror :: addErrorCode(
|
LSerror :: addErrorCode(
|
||||||
'LSsession_27',
|
'LSsession_27',
|
||||||
array(
|
array(
|
||||||
'old' => 'LStemplate :: addJSconfigParam()',
|
'old' => 'LSsession :: addJSconfigParam()',
|
||||||
'new' => 'LStemplate :: addJSconfigParam()',
|
'new' => 'LStemplate :: addJSconfigParam()',
|
||||||
'context' => LSlog :: get_debug_backtrace_context(),
|
'context' => LSlog :: get_debug_backtrace_context(),
|
||||||
),
|
),
|
||||||
|
@ -1502,7 +1502,7 @@ class LSsession {
|
||||||
LSerror :: addErrorCode(
|
LSerror :: addErrorCode(
|
||||||
'LSsession_27',
|
'LSsession_27',
|
||||||
array(
|
array(
|
||||||
'old' => 'LStemplate :: addCssFile()',
|
'old' => 'LSsession :: addCssFile()',
|
||||||
'new' => 'LStemplate :: addCssFile()',
|
'new' => 'LStemplate :: addCssFile()',
|
||||||
'context' => LSlog :: get_debug_backtrace_context(),
|
'context' => LSlog :: get_debug_backtrace_context(),
|
||||||
)
|
)
|
||||||
|
@ -1523,7 +1523,7 @@ class LSsession {
|
||||||
LSerror :: addErrorCode(
|
LSerror :: addErrorCode(
|
||||||
'LSsession_27',
|
'LSsession_27',
|
||||||
array(
|
array(
|
||||||
'old' => 'LStemplate :: addLibCssFile()',
|
'old' => 'LSsession :: addLibCssFile()',
|
||||||
'new' => 'LStemplate :: addLibCssFile()',
|
'new' => 'LStemplate :: addLibCssFile()',
|
||||||
'context' => LSlog :: get_debug_backtrace_context(),
|
'context' => LSlog :: get_debug_backtrace_context(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue