Skip to content
Snippets Groups Projects
Commit 3adf527b authored by Joseph Olstad's avatar Joseph Olstad
Browse files

Issue #2559833 by alexpott, joseph.olstad - Remove the extra setRedirectUrl so...

Issue #2559833 by alexpott, joseph.olstad - Remove the extra setRedirectUrl so that the condition above it actually becomes meaningful again.
parent 15e074e8
No related branches found
No related tags found
1 merge request!7171Resolve #2559833 "Comment form should redirect"
......@@ -442,7 +442,6 @@ public function save(array $form, FormStateInterface $form_state) {
$entity_url->getRouteParameters() === $this->current_route_match->getRawParameters()) {
$form_state->setRedirectUrl($uri);
}
$form_state->setRedirectUrl($uri);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment