mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/10917] Fixed notice that files are out of date when updating to an unreleased version
PHPBB3-10917
This commit is contained in:
@@ -204,7 +204,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 (version_compare(strtolower($this->latest_version), strtolower($this->update_info['version']['to']), '>'))
|
||||||
{
|
{
|
||||||
$this->unequal_version = true;
|
$this->unequal_version = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user