1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-04-11 05:51:36 +02:00

LSsession :: includeFile() : Fixed Notice PHP

This commit is contained in:
Benjamin Renard 2010-11-08 16:57:17 +01:00
parent 60b567845c
commit 0b4e6ebcd4

View file

@ -98,7 +98,7 @@ class LSsession {
if (!file_exists($file)) {
return;
}
if (LSdebug) {
if (defined('LSdebug') && constant('LSdebug')) {
return include_once($file);
}
else {