mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
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:
@@ -1232,7 +1232,7 @@ class install_update extends module
|
||||
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user