diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 851c60afa..b3eed2b23 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -447,7 +447,7 @@ class e107plugin { if (vartrue($this->unInstallOpts['delete_ipool'], FALSE)) { - $status = ($med>removePath(e_PLUGIN.$plugin, 'icon')) ? E_MESSAGE_SUCCESS : E_MESSAGE_ERROR; + $status = ($med->removePath(e_PLUGIN.$plugin, 'icon')) ? E_MESSAGE_SUCCESS : E_MESSAGE_ERROR; $mes->add('Removing Icons from Media-Manager', $status); } return; @@ -2810,4 +2810,4 @@ class e107plugin } } -?> \ No newline at end of file +?>