mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
Removed old deprecated global $e107_debug. Cleaned up debug_handler.php (e107_debug class)
This commit is contained in:
@@ -305,8 +305,7 @@ if (is_array($pref['e_footer_list']))
|
||||
|
||||
if(is_readable($fname))
|
||||
{
|
||||
|
||||
$ret = (!empty($e107_debug) || isset($_E107['debug'])) ? include_once($fname) : @include_once($fname);
|
||||
$ret = (deftrue('e_DEBUG') || isset($_E107['debug'])) ? include_once($fname) : @include_once($fname);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user