From cfcee89f0f8adf5d6ba2c5116273304171fe76b1 Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 7 Mar 2013 13:51:30 +0200 Subject: [PATCH] Typo fix --- e107_handlers/plugin_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>