[app management] fix dependency check on install

remotes/origin/add-bruteforce-protection
Morris Jobke 11 years ago
parent 08161027c4
commit 29decf698c
  1. 2
      lib/private/app.php

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

Loading…
Cancel
Save