mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
PHP Notice removal and debug info styling.
This commit is contained in:
@@ -816,6 +816,10 @@ class admin_shortcodes
|
||||
$parsed = file_get_contents($file);
|
||||
$tmp = e107::unserialize($parsed);
|
||||
|
||||
if(!defined('e_MULTISITE_MATCH'))
|
||||
{
|
||||
define('e_MULTISITE_MATCH', null);
|
||||
}
|
||||
// e107::getDebug()->log($tmp);
|
||||
|
||||
$text = '<ul class="nav nav-admin navbar-nav navbar-right">
|
||||
|
Reference in New Issue
Block a user