1
0
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:
Cameron
2021-01-25 09:14:45 -08:00
parent c045f2874c
commit 748e5ee11d
3 changed files with 13 additions and 8 deletions

View File

@@ -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',