1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00
This commit is contained in:
Cameron
2019-03-06 12:10:53 -08:00
parent 21a213662c
commit d05d4f6406
2 changed files with 8 additions and 4 deletions

View File

@@ -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();