mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
Closes Issue #319
This commit is contained in:
@@ -536,7 +536,7 @@ class system_tools
|
||||
$sql = e107::getDb();
|
||||
|
||||
$del = array_keys($_POST['delplug']);
|
||||
if($sql->db_Delete("plugin", "plugin_id='".intval($del[0])."' LIMIT 1"))
|
||||
if($sql->db_Delete("plugin", "plugin_id='".intval($del[0])."'"))
|
||||
{
|
||||
$mes->add(LAN_DELETED, E_MESSAGE_SUCCESS);
|
||||
}
|
||||
|
Reference in New Issue
Block a user