Contact Times: Fix redirect issue on Timer.

This commit is contained in:
Nate Jones
2015-05-17 07:19:07 +00:00
parent 2b18dfd088
commit f293c6d31f

View File

@@ -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