[Pkg-owncloud-commits] [owncloud] 07/38: Fix "other" app update stack

David Prévot taffit at moszumanska.debian.org
Wed Mar 11 15:16:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 61852536fee1d9eacc4475edf91ecfb90a56388e
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 83defc7..c6c2ad2 100644
--- a/lib/private/updater.php
+++ b/lib/private/updater.php
@@ -324,7 +324,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