mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Merge branch 'develop-olympus' into develop
# By Oliver Schramm # Via Nathaniel Guse (1) and Oliver Schramm (1) * develop-olympus: [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:
commit
26dac64d45
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class install_update extends module
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if the update files stored are for the latest version...
|
// 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;
|
$this->unequal_version = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue