1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

Merge remote-tracking branch 'remotes/Elsensee/ticket/10917' into develop-olympus

# By Oliver Schramm
# Via Oliver Schramm
* remotes/Elsensee/ticket/10917:
  [ticket/10917] Using phpbb wrapper
  [ticket/10917] Fixed notice that files are out of date when updating to an unreleased version
This commit is contained in:
Nathaniel Guse 2013-07-25 13:36:29 -05:00
commit 935001b7a2

View File

@ -204,7 +204,7 @@ class install_update extends module
}
// Check if the update files stored are for the latest version...
if ($this->latest_version != $this->update_info['version']['to'])
if (phpbb_version_compare($this->latest_version, $this->update_info['version']['to'], '>'))
{
$this->unequal_version = true;