From 00b06fee385a7d3351b82821e88841034d7990df Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Thu, 23 Nov 2017 02:39:30 -0800 Subject: [PATCH] sanitizeNumber function adjustment --- library/sanitize.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/sanitize.inc.php b/library/sanitize.inc.php index ad9c2a3b9..ddf365d34 100644 --- a/library/sanitize.inc.php +++ b/library/sanitize.inc.php @@ -88,6 +88,6 @@ function sanitizeNumber($number) } else { error_log('Custom validation error: Parameter contains non-numeric value (A numeric value expected)'); - return 0; + return $clean_number; } } \ No newline at end of file -- 2.11.4.GIT