From 795c377e883c591d03ec49fbce60ba6846f0e9c4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 28 Sep 2015 20:22:33 -0400 Subject: [PATCH] Fix test failures --- CRM/Utils/Type.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Utils/Type.php b/CRM/Utils/Type.php index aa761b1338..5e12acd9ba 100644 --- a/CRM/Utils/Type.php +++ b/CRM/Utils/Type.php @@ -180,7 +180,6 @@ class CRM_Utils_Type { if (!CRM_Utils_Rule::positiveInteger($item)) { $valid = FALSE; } - $item = (int) $item; } if ($valid) { return $data; -- 2.25.1