Skip to content

Commit

Permalink
Corrected new ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
MRF committed Apr 17, 2015
1 parent a783250 commit 850ccd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct()

public function getSubmitAction() {
if (!$return_url = Mage::getStoreConfig('zendesk/sso_frontend/new')) {
$return_url = "http://".Mage::getStoreConfig('zendesk/general/domain')."/requests/new";
$return_url = "http://".Mage::getStoreConfig('zendesk/general/domain')."/hc/requests/new";
}
$url = Mage::helper('adminhtml')->getUrl('*/sso/login', array("return_url" => Mage::helper('core')->urlEncode($return_url)));

Expand Down

0 comments on commit 850ccd1

Please sign in to comment.