1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Issue #619 - media-manager icon issue on non-image files.

This commit is contained in:
Cameron
2014-07-05 20:27:03 -07:00
parent d13c295a4d
commit 5d46ffe410
2 changed files with 10 additions and 2 deletions

View File

@@ -2714,11 +2714,18 @@ class e_parser
return false;
}
if(is_array($space))
{
$parm = $space;
$space = varset($parm['space'],'');
}
elseif(strpos($space,'='))
{
parse_str($space,$parm);
$space = varset($parm['space'],'');
}
else
{
$parm = array();