commit 4cda72194af4b9f574ad86bd69a1d17b82616be5
parent 43523e275beb846cceef54c620a8fa393e64958e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 21 Dec 2014 14:36:27 +0100
if is not fully working yet :/
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 ($version['branch'] == $branch){
if ($key > $keyOld) {
$keyOld = $key;
$latest = $version['version'];