[app management] fix dependency check on install
This commit is contained in:
parent
08161027c4
commit
29decf698c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue