From 31b0d87fd2a099a1fd9bbc77bf1ed751ca0923ef Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 19 Jan 2013 02:44:52 +0000 Subject: [PATCH] After saving the call forward, follow me redirect it back to the user dashboard. --- app/calls/call_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index a84b75e4b8..9a6b13f284 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -340,7 +340,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //redirect the user require_once "includes/header.php"; - echo "\n"; + echo "\n"; echo "
\n"; echo "".$text['confirm-update']."
\n"; echo "
\n";