1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Fix for SVG icon import.

This commit is contained in:
Cameron
2017-01-31 14:50:55 -08:00
parent 5821bc291f
commit d9fe5c8410
4 changed files with 50 additions and 24 deletions

View File

@@ -3867,9 +3867,9 @@ class e_parser
public function toIcon($icon='',$parm = array())
{
if(!vartrue($icon))
if(empty($icon))
{
return;
return null;
}
if(strpos($icon,'e_MEDIA_IMAGE')!==false)