fix redirect, use the new routing
This commit is contained in:
parent
3b9796bfcc
commit
4a3374ecf8
|
@ -37,5 +37,5 @@ if ( $isValid ) {
|
|||
OCP\Util::WARN);
|
||||
}
|
||||
|
||||
header('Location: settings/personal.php');
|
||||
header('Location:' . OCP\Util::linkToRoute( "settings_personal" ));
|
||||
exit;
|
||||
|
|
Loading…
Reference in New Issue