diff options
-rw-r--r-- | lib/private/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php index 6f0abf58e17..11040840179 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( |