]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix "other" app update stack
authorVincent Petry <pvince81@owncloud.com>
Thu, 5 Feb 2015 17:44:44 +0000 (18:44 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 10 Feb 2015 10:58:25 +0000 (11:58 +0100)
lib/private/updater.php

index 83defc7972ccebbde2d0336b3914a4a14a517870..c6c2ad2257dd7c86fa3f17daa7ed0979fc475702 100644 (file)
@@ -324,7 +324,7 @@ class Updater extends BasicEmitter {
                                }
                        }
                        if (!$priorityType) {
-                               $stacks[$pseudoOtherType] = $appId;
+                               $stacks[$pseudoOtherType][] = $appId;
                        }
                }
                foreach ($stacks as $type => $stack) {