1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

PHP Notice removal

This commit is contained in:
Cameron
2016-09-17 11:10:25 -07:00
parent a67955f580
commit b4e1cccfa0
3 changed files with 13 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ class banner_shortcodes extends e_shortcode
if($row['banner_image'][0] == '{')
{
$src = $row['banner_image'];
$style = '';
}
else
{