Skip to content

Commit

Permalink
Update API/Output.php
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Mar 7, 2012
1 parent 33d5457 commit 49b59fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

elseif ($PARAMS["OutputType"] == "JSON")
{
header('content-type: application/json; charset=utf-8');
$JSON = json_encode($OUTPUT);
if (strlen($PARAMS['Callback']) > 0)
{
Expand Down

0 comments on commit 49b59fa

Please sign in to comment.