mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Fixes #3712
This commit is contained in:
@@ -4388,7 +4388,7 @@ class e_parser
|
||||
return $this->toGlyph($icon,$parm);
|
||||
}
|
||||
|
||||
if(strpos($icon,'e_MEDIA')!==FALSE)
|
||||
if(strpos($icon,'e_MEDIA_IMAGE')!==false)
|
||||
{
|
||||
$path = $this->thumbUrl($icon);
|
||||
$dimensions = $this->thumbDimensions();
|
||||
|
Reference in New Issue
Block a user