diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-01 15:07:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-01 15:07:26 +0000 |
commit | 254dee274c0e2753edb171fcb71c71c8ed47222e (patch) | |
tree | 2544dc9505b4541089c8ded09ab65259cab4dc9a /phpBB/install | |
parent | a6dce700cea4c48d1fe1054f86e7d5cb3cabb582 (diff) | |
download | forums-254dee274c0e2753edb171fcb71c71c8ed47222e.tar forums-254dee274c0e2753edb171fcb71c71c8ed47222e.tar.gz forums-254dee274c0e2753edb171fcb71c71c8ed47222e.tar.bz2 forums-254dee274c0e2753edb171fcb71c71c8ed47222e.tar.xz forums-254dee274c0e2753edb171fcb71c71c8ed47222e.zip |
erm, wrong position
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10084 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 48dd55ac72..8ebe261d9e 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -694,6 +694,8 @@ function _add_modules($modules_to_install) $_module->move_module_by($module_row, 'move_up', $steps); } } + + $_module->remove_cache_file(); } /**************************************************************************** @@ -1304,8 +1306,6 @@ function change_database_data(&$no_updates, $version) _add_modules($modules_to_install); - $_module->remove_cache_file(); - // Add newly_registered group... but check if it already exists (we always supported running the updater on any schema) $sql = 'SELECT group_id FROM ' . GROUPS_TABLE . " |