Skip to content

Commit

Permalink
enrol-ajax MDL-24397 Removed unneeded header call
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Sep 28, 2010
1 parent ce79a68 commit 25c55fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enrol/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,5 @@
throw new enrol_ajax_exception('unknowajaxaction');
}

header('Content-type: application/json');
echo json_encode($outcome);
die();

0 comments on commit 25c55fe

Please sign in to comment.