seems like there is an error within the udpater, skipping the first file changed. This is not good(tm). For Gold, we will provide update packages for going from RC7 -> gold and RC8 -> gold.

git-svn-id: file:///svn/phpbb/trunk@8276 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-12-12 16:18:56 +00:00
parent feb92bf149
commit 983da62c50

View file

@ -1232,7 +1232,7 @@ class install_update extends module
foreach ($this->update_info['files'] as $index => $file) foreach ($this->update_info['files'] as $index => $file)
{ {
if (is_int($update_list['status']) && $index <= $update_list['status']) if (is_int($update_list['status']) && $index < $update_list['status'])
{ {
continue; continue;
} }