Skip to content

Commit 234c660

Browse files
committed
remove empty space
1 parent a8d5d00 commit 234c660

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
@@ -232,7 +232,7 @@ public function getSupportEmail($store = null)
232232
// Serves as the dafault email
233233
$domain = Mage::getStoreConfig('zendesk/general/domain', $store);
234234
$email = 'support@' . $domain;
235-
235+
236236
// Get the actual default email from the API, return the default if somehow none is found
237237
$defaultRecipient = Mage::getModel('zendesk/api_supportAddresses')->getDefault();
238238

0 commit comments

Comments
 (0)