[Pkg-owncloud-commits] [owncloud] 19/24: [app management] fix dependency check on install

David Prévot taffit at moszumanska.debian.org
Wed Sep 2 13:30:19 UTC 2015


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

taffit pushed a commit to annotated tag v8.0.7RC1
in repository owncloud.

commit ef4abb39a53e4726436f6534cd7629ec05b8d189
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Wed Aug 19 21:32:56 2015 +0200

    [app management] fix dependency check on install
---
 lib/private/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/app.php b/lib/private/app.php
index 6f0abf5..1104084 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -1129,7 +1129,7 @@ class OC_App {
 
 			// check for required dependencies
 			$dependencyAnalyzer = new DependencyAnalyzer(new Platform($config), $l);
-			$missing = $dependencyAnalyzer->analyze($app);
+			$missing = $dependencyAnalyzer->analyze($info);
 			if(!empty($missing)) {
 				$missingMsg = join(PHP_EOL, $missing);
 				throw new \Exception(

-- 
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