Skip to content
Snippets Groups Projects
Commit 4a3374ec authored by Björn Schießle's avatar Björn Schießle
Browse files

fix redirect, use the new routing

parent 3b9796bf
No related branches found
No related tags found
No related merge requests found
......@@ -37,5 +37,5 @@ if ( $isValid ) {
OCP\Util::WARN);
}
header('Location: settings/personal.php');
header('Location:' . OCP\Util::linkToRoute( "settings_personal" ));
exit;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment