fix redirect, use the new routing

This commit is contained in:
Björn Schießle 2013-02-18 14:38:29 +01:00
parent 3b9796bfcc
commit 4a3374ecf8
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;