mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
PHP warning fixes.
This commit is contained in:
@@ -4704,7 +4704,7 @@ class e_parser
|
||||
|
||||
if(!isset($parm['size']))
|
||||
{
|
||||
$srcSetParm['size'] = ($parm['w'] < 100) ? '4x' : '2x';
|
||||
$srcSetParm['size'] = (varset($parm['w']) < 100) ? '4x' : '2x';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user