mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Issue #3327
This commit is contained in:
parent
81ead69928
commit
86c866b6c4
@ -4318,6 +4318,7 @@ class e107plugin
|
||||
if(!empty($eplug_folder))
|
||||
{
|
||||
$result = e107::getFile()->rmtree(e_PLUGIN.$eplug_folder);
|
||||
e107::getDb()->delete('plugin', "plugin_path='".$eplug_folder."'");
|
||||
$text .= ($result ? '<br />'.EPL_ADLAN_86.e_PLUGIN.$eplug_folder : '<br />'.EPL_ADLAN_87.'<br />'.EPL_ADLAN_31.' <b>'.e_PLUGIN.$eplug_folder.'</b> '.EPL_ADLAN_32);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user