[Pkg-owncloud-commits] [owncloud] 10/95: Fix "other" app update stack
David Prévot
taffit at moszumanska.debian.org
Wed Mar 11 15:49:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.1
in repository owncloud.
commit 36cb41d15ffe5e92e25a0d539a60a282150f754f
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Thu Feb 5 18:44:44 2015 +0100
Fix "other" app update stack
---
lib/private/updater.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/updater.php b/lib/private/updater.php
index 20b140d..c120d55 100644
--- a/lib/private/updater.php
+++ b/lib/private/updater.php
@@ -317,7 +317,7 @@ class Updater extends BasicEmitter {
}
}
if (!$priorityType) {
- $stacks[$pseudoOtherType] = $appId;
+ $stacks[$pseudoOtherType][] = $appId;
}
}
foreach ($stacks as $type => $stack) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list