diff --git a/app/call_forward/call_forward_edit.php b/app/call_forward/call_forward_edit.php index 537fcd131a..8b2ee8a6da 100644 --- a/app/call_forward/call_forward_edit.php +++ b/app/call_forward/call_forward_edit.php @@ -147,7 +147,7 @@ $token = new token; if (!$token->validate($_SERVER['PHP_SELF'])) { message::add($text['message-invalid_token'],'negative'); - header('Location: calls.php'); + header('Location: call_forward.php'); exit; }