mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
PHP Notice removal and debug info styling.
This commit is contained in:
@@ -48,7 +48,7 @@ class bb_img extends e_bb_base
|
||||
|
||||
$figcaption = false;
|
||||
|
||||
if($imgParms['figcaption'])
|
||||
if(!empty($imgParms['figcaption']))
|
||||
{
|
||||
$figcaption = $imgParms['figcaption'];
|
||||
unset($imgParms['figcaption']);
|
||||
|
@@ -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