ACP backend for menu block should pretty much be finished;

This should also work for the links block later on;
This commit is contained in:
Marc Alexander
2010-09-13 15:30:16 +00:00
parent 2f596b2b45
commit fb33da9e43
5 changed files with 199 additions and 73 deletions

View File

@@ -335,6 +335,8 @@ class acp_portal
WHERE module_column = ' . $module_data['module_column'] . '
AND module_order > ' . $module_data['module_order'];
$db->sql_query($sql);
$cache->purge(); // make sure we don't get errors after re-adding a module
trigger_error($user->lang['SUCCESS_DELETE'] . adm_back_link($this->u_action));
}