[app management] fix dependency check on install

This commit is contained in:
Morris Jobke 2015-08-19 21:32:56 +02:00
parent 08161027c4
commit 29decf698c
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,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(