From 7d8bd2591aa796b3f417a35b611d82913c6d24c0 Mon Sep 17 00:00:00 2001 From: Git Date: Wed, 2 Oct 2013 08:01:00 +0000 Subject: [PATCH] Empty commit --- sections/staffpm/makedonor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/staffpm/makedonor.php b/sections/staffpm/makedonor.php index be8b3ac3..d616e0b1 100644 --- a/sections/staffpm/makedonor.php +++ b/sections/staffpm/makedonor.php @@ -3,7 +3,7 @@ if (!check_perms('users_give_donor')) { error(403); } -if (!is_number($_POST['id']) || !is_number($_POST['donation_amount']) || empty($_POST['donation_currency'])) { +if (!is_number($_POST['id']) || !is_numeric($_POST['donation_amount']) || empty($_POST['donation_currency'])) { error(404); }