Skip to content
Snippets Groups Projects
Commit 0ab87204 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #1759 from owncloud/redirect_fix_1737

fix redirect, use the new routing
parents 96ae110a 4a3374ec
Branches
No related tags found
No related merge requests found
...@@ -37,5 +37,5 @@ if ( $isValid ) { ...@@ -37,5 +37,5 @@ if ( $isValid ) {
OCP\Util::WARN); OCP\Util::WARN);
} }
header('Location: settings/personal.php'); header('Location:' . OCP\Util::linkToRoute( "settings_personal" ));
exit; exit;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment