Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #149 from morpheuz1337/3.x
Browse files Browse the repository at this point in the history
fix content-type also for 3.x branch
  • Loading branch information
xpoback committed Apr 20, 2016
2 parents 7119f83 + 8a725b3 commit 959c7c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ public function scicAction()
*/
public function suggestAction()
{
$this->getResponse()->setHeader("Content-Type:", "text/javascript;charset=utf-8", true);
$this->getResponse()->setHeader("Content-Type", "text/javascript;charset=utf-8", true);
$this->getResponse()->setBody(
Mage::getModel('factfinder/processor')->handleInAppRequest($this->getFullActionName())
);
}
}
}

0 comments on commit 959c7c3

Please sign in to comment.