update code
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Aug 2014 12:46:34 +0000 (08:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Aug 2014 12:46:34 +0000 (08:46 -0400)
for interest

Toolkit/LeadManager/Lead.php

index 2063551..5a11f26 100644 (file)
@@ -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)) {