mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +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)) {
|
||||
return;
|
||||
}
|
||||
if (LSdebug) {
|
||||
if (defined('LSdebug') && constant('LSdebug')) {
|
||||
return include_once($file);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue