Fix test failures
authorColeman Watts <coleman@civicrm.org>
Tue, 29 Sep 2015 00:22:33 +0000 (20:22 -0400)
committermonishdeb <monish.deb@webaccessglobal.com>
Mon, 5 Oct 2015 20:31:02 +0000 (02:01 +0530)
CRM/Utils/Type.php

index aa761b1338e6e1095e211c98a0b332c6f8df1369..5e12acd9ba3524b00ecddd07709f3461ff28469c 100644 (file)
@@ -180,7 +180,6 @@ class CRM_Utils_Type {
             if (!CRM_Utils_Rule::positiveInteger($item)) {
               $valid = FALSE;
             }
-            $item = (int) $item;
           }
           if ($valid) {
             return $data;