mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02: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:
@@ -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 . "
|
||||||
|
Reference in New Issue
Block a user