1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +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']);