Skip to content

Commit

Permalink
Merge branch '2.1' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
2 parents 8dcafbb + 450979c commit 4ea609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/ArchiveRestoreAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ public function doRestore(array $data, Form $form): HTTPResponse
$controller->getRequest()->addHeader('X-Pjax', 'Content');
$controller->getEditForm()->sessionMessage($message['text'], $message['type'], ValidationResult::CAST_HTML);

return $controller->redirect($controller->Link(), 'index');
return $controller->redirect($controller->Link());
}
}

0 comments on commit 4ea609d

Please sign in to comment.