From: Steve Sutton Date: Thu, 10 Apr 2014 13:29:28 +0000 (+0000) Subject: Assign the $this->newInterest X-Git-Tag: v1.0.0~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7df058de86ee5b0e866cb9215b5d772faaa2fc50;p=web%2FTroutCreek.git Assign the $this->newInterest This is for the interest to go through to the email to Owner --- diff --git a/Toolkit/Contacts/ContactUs.php b/Toolkit/Contacts/ContactUs.php index 87d5f2c..daf22f8 100755 --- a/Toolkit/Contacts/ContactUs.php +++ b/Toolkit/Contacts/ContactUs.php @@ -1123,6 +1123,9 @@ $e[] = array( // sends a form through w/ different data but the same emil addy // the old users data can be completely wiped out. $existingContact = $this->contactExists($values['email']); + // setup newInterest aray with the interest values + // because their grouped can't be found with getElement('interest') + $this->newInterest = $values['interest']; if ($existingContact) { return $this->updateData($values);