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:
ed346e8
)
CRM-13640. Correct whitespace.
author
Chris Burgess
<chris@giantrobot.co.nz>
Tue, 23 Aug 2016 21:33:37 +0000
(09:33 +1200)
committer
Chris Burgess
<chris@giantrobot.co.nz>
Tue, 23 Aug 2016 21:33:37 +0000
(09:33 +1200)
CRM/Core/Error.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Error.php
b/CRM/Core/Error.php
index 65627e3b515113665c27fc9e60956cb2a752c1c6..3298e349d79c97b1afacab63c945bea620e8c0e1 100644
(file)
--- a/
CRM/Core/Error.php
+++ b/
CRM/Core/Error.php
@@
-665,7
+665,7
@@
class CRM_Core_Error extends PEAR_ErrorStack {
);
// Trim 8 chars off the string, make it slightly easier to find
// but reveals less information from the hash.
- return substr(md5(var_export($md5inputs,1)), 8);
+ return substr(md5(var_export($md5inputs,
1)), 8);
}
/**