commit 90657e1026995aed6705d9ee9cf8dc5ab494af68 parent 6a3a1e9ea5209fe4c02a42271da1365bb9c3e2c1 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 21 Dec 2014 14:20:10 +0100 some tests Diffstat:
| M | core/update/update/update.php | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -182,7 +182,8 @@ class AutoUpdate { $update = ''; foreach ($versions as $key => $version) { - if ($version['branch'] == $branch){ + var_dump($versions) + if ($versions['branch'] == $branch){ if ($key > $keyOld) { $keyOld = $key; $latest = $version['version'];