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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user