mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
oops, need to re-sync forums just in case too
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2580 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -8,6 +8,7 @@ include($phpbb_root_path . 'extension.inc');
|
||||
include($phpbb_root_path . 'config.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/constants.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/functions.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/db.'.$phpEx);
|
||||
|
||||
$sql = "SELECT config_value
|
||||
@@ -126,6 +127,8 @@ if ( $row = $db->sql_fetchrow($result) )
|
||||
die("Couldn't update version info");
|
||||
}
|
||||
|
||||
sync('all forums');
|
||||
|
||||
die("UPDATING COMPLETE -> 2.0.1 Final installed");
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user