mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
LSsession :: includeFile() : Fixed Notice PHP
This commit is contained in:
parent
60b567845c
commit
0b4e6ebcd4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class LSsession {
|
||||||
if (!file_exists($file)) {
|
if (!file_exists($file)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (LSdebug) {
|
if (defined('LSdebug') && constant('LSdebug')) {
|
||||||
return include_once($file);
|
return include_once($file);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue