mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
PHP Notice removal.
This commit is contained in:
@@ -2408,7 +2408,10 @@ class e_parse extends e_parser
|
||||
elseif(!empty($parm['w']) || !empty($parm['w']) )
|
||||
{
|
||||
$this->thumbWidth($parm['w']);
|
||||
$this->thumbHeight($parm['h']);
|
||||
if(isset($parm['h']))
|
||||
{
|
||||
$this->thumbHeight($parm['h']);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user