Skip to content

Commit

Permalink
2.59.4 Bug fix for error when saving profile - thanks [Brian Keyte] f…
Browse files Browse the repository at this point in the history
…or bug report
  • Loading branch information
classaxe committed Oct 24, 2023
1 parent 556f6d3 commit d56f08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Web/Users/YourProfile.php
Expand Up @@ -86,7 +86,7 @@ public function profile(
);
}

return $this->redirectToRoute('admin/profile', [ 'system' => $system ]);
return $this->redirectToRoute('profile', [ 'system' => $system ]);
}

$parameters = [
Expand Down

0 comments on commit d56f08f

Please sign in to comment.