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:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user