mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Catch any debugger errors that could occur during Github sync. Added more deprecated items to the log.
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
$this->ShowIf('SQL Analysis', $this->Show_SQL_Details());
|
||||
$this->ShowIf('Shortcodes / BBCode', $this->Show_SC_BB());
|
||||
$this->ShowIf('Paths', $this->Show_PATH());
|
||||
$this->ShowIf('Deprecated Methods/Function Usage', $this->Show_DEPRECATED());
|
||||
$this->ShowIf('Deprecated Methods/Functions', $this->Show_DEPRECATED());
|
||||
|
||||
if(E107_DBG_INCLUDES)
|
||||
{
|
||||
|
Reference in New Issue
Block a user