1
0
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:
Cameron
2017-12-17 13:13:18 -08:00
parent d73f39f61d
commit a68cf279b6
6 changed files with 13 additions and 9 deletions

View File

@@ -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']);

View File

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