From: Meik S. <acy...@ph...> - 2009-09-01 15:08:10
|
Author: acydburn Date: Tue Sep 1 16:07:26 2009 New Revision: 10084 Log: erm, wrong position Modified: branches/phpBB-3_0_0/phpBB/install/database_update.php Modified: branches/phpBB-3_0_0/phpBB/install/database_update.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/install/database_update.php (original) --- branches/phpBB-3_0_0/phpBB/install/database_update.php Tue Sep 1 16:07:26 2009 *************** *** 694,699 **** --- 694,701 ---- $_module->move_module_by($module_row, 'move_up', $steps); } } + + $_module->remove_cache_file(); } /**************************************************************************** *************** *** 1304,1311 **** _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 . " --- 1306,1311 ---- |