mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #3327
This commit is contained in:
@@ -4318,6 +4318,7 @@ class e107plugin
|
|||||||
if(!empty($eplug_folder))
|
if(!empty($eplug_folder))
|
||||||
{
|
{
|
||||||
$result = e107::getFile()->rmtree(e_PLUGIN.$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);
|
$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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user