mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Issue #3902 PHP Notice and Error fixes.
This commit is contained in:
@@ -37,7 +37,7 @@ class e_bbcode
|
||||
{
|
||||
$pref = e107::getPref();
|
||||
|
||||
$this->resizePrefs = $pref['resize_dimensions'];
|
||||
$this->resizePrefs = varset($pref['resize_dimensions']);
|
||||
|
||||
$this->core_bb = array(
|
||||
'alert',
|
||||
|
Reference in New Issue
Block a user