commit 7f4af1edfc453958f12b9db46756369edc6e754d
parent 90657e1026995aed6705d9ee9cf8dc5ab494af68
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 21 Dec 2014 14:22:34 +0100
missing charakter
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) {
- var_dump($versions)
+ var_dump($versions);
if ($versions['branch'] == $branch){
if ($key > $keyOld) {
$keyOld = $key;