Merge pull request #1759 from owncloud/redirect_fix_1737

fix redirect, use the new routing
This commit is contained in:
Thomas Müller 2013-02-18 07:13:19 -08:00
commit 0ab87204ec
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ if ( $isValid ) {
OCP\Util::WARN);
}
header('Location: settings/personal.php');
header('Location:' . OCP\Util::linkToRoute( "settings_personal" ));
exit;