aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-25 13:36:29 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-25 13:36:29 -0500
commit935001b7a2bb89a7429b535ec745757275ae76d6 (patch)
tree8783a0c9ed580ad007e2e5e19e2e92b24445bc09
parent162ea10b6afdd7a3b6d1f953e250436d83324a5b (diff)
parente80503696350d7410e82e63e9d108d65e3c35696 (diff)
downloadforums-935001b7a2bb89a7429b535ec745757275ae76d6.tar
forums-935001b7a2bb89a7429b535ec745757275ae76d6.tar.gz
forums-935001b7a2bb89a7429b535ec745757275ae76d6.tar.bz2
forums-935001b7a2bb89a7429b535ec745757275ae76d6.tar.xz
forums-935001b7a2bb89a7429b535ec745757275ae76d6.zip
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
-rw-r--r--phpBB/install/install_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index 9823703f0a..9ac17e7579 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -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;