Skip to content

Commit

Permalink
Merge pull request #3621 from nextcloud/automated/noid/master-update-…
Browse files Browse the repository at this point in the history
…nextcloud-ocp

[master] Update nextcloud/ocp dependency
  • Loading branch information
github-actions[bot] authored Feb 17, 2025
2 parents a7debc9 + 5921adc commit e7b4c3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Service/ApplicationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct(
* @return boolean true if all apps are installed, false otherwise.
*/
public function checkAppsInstalled(): bool {
$diffApps = array_diff(Application::APPS_USE_GROUPFOLDERS, $this->appManager->getInstalledApps());
$diffApps = array_diff(Application::APPS_USE_GROUPFOLDERS, $this->appManager->getEnabledApps());

return empty($diffApps);
}
Expand Down

0 comments on commit e7b4c3a

Please sign in to comment.