From f293c6d31f124824aeafeeeea2a2142423c74194 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 17 May 2015 07:19:07 +0000 Subject: [PATCH] Contact Times: Fix redirect issue on Timer. --- app/contacts/contact_timer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_timer.php b/app/contacts/contact_timer.php index a30c9e127d..3c7b0f57fe 100644 --- a/app/contacts/contact_timer.php +++ b/app/contacts/contact_timer.php @@ -81,7 +81,7 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; } $db->exec(check_sql($sql)); unset($sql); } - header("contact_timer.php?contact_uuid=".$contact_uuid); + header("Location: contact_timer.php?contact_uuid=".$contact_uuid); } //get contact details