mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
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:
parent
a6dce700ce
commit
254dee274c
1 changed files with 2 additions and 2 deletions
|
@ -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 . "
|
||||||
|
|
Loading…
Add table
Reference in a new issue