projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2c8e8
)
update code
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 22 Aug 2014 12:46:34 +0000
(08:46 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 22 Aug 2014 12:46:34 +0000
(08:46 -0400)
for interest
Toolkit/LeadManager/Lead.php
patch
|
blob
|
history
diff --git
a/Toolkit/LeadManager/Lead.php
b/Toolkit/LeadManager/Lead.php
index
2063551
..
5a11f26
100644
(file)
--- a/
Toolkit/LeadManager/Lead.php
+++ b/
Toolkit/LeadManager/Lead.php
@@
-456,7
+456,7
@@
abstract class Toolkit_LeadManager_Lead
$interestArray = array();
$interest = preg_replace('/^:|:$/', '', $this->_interest);
$intArray
- = (is_array($interest))
+ = (
!
is_array($interest))
? explode(':', $interest)
: array();
if (is_array($intArray)) {