projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6eed2
)
Fix test failures
author
Coleman Watts
<coleman@civicrm.org>
Tue, 29 Sep 2015 00:22:33 +0000
(20:22 -0400)
committer
monishdeb
<monish.deb@webaccessglobal.com>
Mon, 5 Oct 2015 20:31:02 +0000
(
02:01
+0530)
CRM/Utils/Type.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Type.php
b/CRM/Utils/Type.php
index aa761b1338e6e1095e211c98a0b332c6f8df1369..5e12acd9ba3524b00ecddd07709f3461ff28469c 100644
(file)
--- 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;