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

Commit

Permalink
fix content-type also for 3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheuz1337 committed Apr 18, 2016
1 parent 7119f83 commit 8a725b3
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 8a725b3

Please sign in to comment.