commit 43523e275beb846cceef54c620a8fa393e64958e
parent 7b3b27fb22f2c6205d22070009db6aa7a3549808
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 21 Dec 2014 14:32:38 +0100
fix if
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/update/update/update.php b/core/update/update/update.php
@@ -182,7 +182,7 @@ class AutoUpdate {
$update = '';
foreach ($versions as $key => $version) {
- if ($versions['branch'] = $branch){
+ if ($versions['branch'] == $branch){
if ($key > $keyOld) {
$keyOld = $key;
$latest = $version['version'];