Empty commit

This commit is contained in:
Git 2013-10-02 08:01:00 +00:00
parent a14a9f0b59
commit 7d8bd2591a

View File

@ -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);
}