[Pkg-owncloud-commits] [owncloud] 61/79: [app management] fix dependency check on install
David Prévot
taffit at moszumanska.debian.org
Tue Sep 1 20:55:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 76306dd5a1021828b9e2a304409530eb433bfcd6
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 ab3430b..f9cd03f 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -1135,7 +1135,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