mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Removed old deprecated global $e107_debug. Cleaned up debug_handler.php (e107_debug class)
This commit is contained in:
@@ -1069,7 +1069,7 @@ class e_parse_shortcode
|
||||
$sql->db_Mark_Time("SC ".$code);
|
||||
}
|
||||
|
||||
if (E107_DBG_SC)
|
||||
if (E107_DBG_SC && ADMIN)
|
||||
{
|
||||
|
||||
$dbg = "<strong>";
|
||||
|
Reference in New Issue
Block a user