From c389b543460ee83f4617cd7ee00ace0b82175e71 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 1 Feb 2013 12:09:43 +0000 Subject: [PATCH] Correct the redirect path after save the call center queue. --- app/call_center/call_center_queue_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_center/call_center_queue_edit.php b/app/call_center/call_center_queue_edit.php index fd204ede54..05d49bfda4 100644 --- a/app/call_center/call_center_queue_edit.php +++ b/app/call_center/call_center_queue_edit.php @@ -225,7 +225,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //redirect the user require_once "includes/header.php"; - echo "\n"; + echo "\n"; echo "
\n"; echo "Update Complete\n"; echo "
\n";