Skip to content

Commit d18210c

Browse files
committed
Merge pull request #68 from ShopJimmy/master
Update Data.php
2 parents 5547d8c + 908428d commit d18210c

File tree

1 file changed

+1
-1
lines changed
  • src/app/code/community/Zendesk/Zendesk/Helper

1 file changed

+1
-1
lines changed

src/app/code/community/Zendesk/Zendesk/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function getSupportEmail($store = null)
229229
$email = 'support@' . $domain;
230230

231231
// Get the actual default email from the API, return the default if somehow none is found
232-
$defaultRecipient = Mage::getModel('zendesk/api_supportaddresses')->getDefault();
232+
$defaultRecipient = Mage::getModel('zendesk/api_supportAddresses')->getDefault();
233233

234234
if (!is_null($defaultRecipient)) {
235235
$email = $defaultRecipient['email'];

0 commit comments

Comments
 (0)