1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00
This commit is contained in:
SecretR
2013-03-07 13:51:30 +02:00
parent a215932fc3
commit cfcee89f0f

View File

@@ -447,7 +447,7 @@ class e107plugin
{ {
if (vartrue($this->unInstallOpts['delete_ipool'], FALSE)) 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); $mes->add('Removing Icons from Media-Manager', $status);
} }
return; return;
@@ -2810,4 +2810,4 @@ class e107plugin
} }
} }
?> ?>