erm, wrong position

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10084 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-09-01 15:07:26 +00:00
parent a6dce700ce
commit 254dee274c

View file

@ -694,6 +694,8 @@ function _add_modules($modules_to_install)
$_module->move_module_by($module_row, 'move_up', $steps); $_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); _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) // Add newly_registered group... but check if it already exists (we always supported running the updater on any schema)
$sql = 'SELECT group_id $sql = 'SELECT group_id
FROM ' . GROUPS_TABLE . " FROM ' . GROUPS_TABLE . "