mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
Merge pull request #16244 from nextcloud/backport/16241/stable16
[stable16] Fix redirect after rescanFailedIntegrityCheck to "Overview" page
This commit is contained in:
commit
aaea7c9146
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ class CheckSetupController extends Controller {
|
|||
public function rescanFailedIntegrityCheck() {
|
||||
$this->checker->runInstanceVerification();
|
||||
return new RedirectResponse(
|
||||
$this->urlGenerator->linkToRoute('settings.AdminSettings.index')
|
||||
$this->urlGenerator->linkToRoute('settings.AdminSettings.index', ['section' => 'overview'])
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue