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