Skip to content

Commit 3a96c7f

Browse files
authored
Merge pull request #512 from nextcloud/fix-force-method-name
Fix AppManager method name
2 parents 12ee1b7 + 3851d7d commit 3a96c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/ExAppsPageController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public function uninstallApp(string $appId, bool $removeContainer = true, bool $
445445
#[PasswordConfirmationRequired]
446446
public function force(string $appId): JSONResponse {
447447
$appId = OC_App::cleanAppId($appId);
448-
$this->appManager->ignoreNextcloudRequirementForApp($appId);
448+
$this->appManager->overwriteNextcloudRequirement($appId);
449449
return new JSONResponse();
450450
}
451451

0 commit comments

Comments
 (0)