mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Media-Manager Fix for icon/glyph filtering.
This commit is contained in:
parent
44513d2a65
commit
f19817f8b3
@ -1022,11 +1022,11 @@ class media_admin_ui extends e_admin_ui
|
||||
break;
|
||||
|
||||
case "glyph":
|
||||
echo $this->glyphTab($parm);
|
||||
echo $this->glyphTab(null, $parm);
|
||||
break;
|
||||
|
||||
case "icon":
|
||||
echo $this->iconTab($parm);
|
||||
echo $this->iconTab(null, $parm);
|
||||
break;
|
||||
|
||||
case "image2":
|
||||
|
Loading…
x
Reference in New Issue
Block a user