1
0
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:
Cameron
2016-02-12 12:58:44 -08:00
parent ad0bc1376d
commit b64033a2a1
4 changed files with 98 additions and 17 deletions

View File

@@ -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";
}