Added "open links in new window" to main menu and links module

Added cache destroy when for portal_modules when installing portal
This commit is contained in:
Marc Alexander
2011-05-11 14:09:33 +02:00
parent 8946ead961
commit 9bb57606b3
13 changed files with 56 additions and 5 deletions

View File

@@ -936,6 +936,9 @@ function board3_basic_install($mode = 'install', $purge_modules = true, $u_actio
$c_class->install($db->sql_nextid());
}
// Make sure we get rid of old data
$cache->destroy('portal_modules');
if ($mode == 'update')
{