Skip to content

Commit

Permalink
chore(dev-deps): Bump nextcloud/ocp package
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
nextcloud-command authored and provokateurin committed Feb 17, 2025
1 parent fa16b64 commit 5921adc
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 5921adc

Please sign in to comment.