Worked further on the menu block and the basic version works now

This commit is contained in:
Marc Alexander
2010-09-13 23:11:16 +00:00
parent fb33da9e43
commit b3f0f852fa
4 changed files with 59 additions and 71 deletions

View File

@@ -384,6 +384,8 @@ class acp_portal
$db->sql_query($sql);
$c_class->install($db->sql_nextid());
$cache->purge(); // make sure we don't get errors after re-adding a module
trigger_error($user->lang['SUCCESS_ADD'] . adm_back_link($this->u_action));
}