mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Improved backtrace debug info when using xdebug. Added forum e_status.php and e_latest.php to the deprecated list.
This commit is contained in:
@@ -521,7 +521,8 @@ class e_menu
|
||||
$e107_debug ? include(e_PLUGIN.$mpath.$mname.'.php') : @include(e_PLUGIN.$mpath.$mname.'.php');
|
||||
}
|
||||
e107::getDB()->db_Mark_Time("(After ".$mname.")");
|
||||
if($error_handler->debug==true)
|
||||
|
||||
if(e_DEBUG === true)
|
||||
{
|
||||
echo "\n<!-- Menu End: ".$mname." -->\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user