Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiagoebizmarts committed Jul 1, 2016
1 parent 337adfa commit 50e1cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Ebizmarts/MailChimp/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ public function saveCampaignData(Varien_Event_Observer $observer)

protected function _getCampaignCookie()
{
return $this->getCookie()->get('mailchimp_campaign_id');
return Mage::app()->getCookie()->get('mailchimp_campaign_id');
}
}

0 comments on commit 50e1cba

Please sign in to comment.