enrol-ajax MDL-24397 Removed unneeded header call

This commit is contained in:
Sam Hemelryk 2010-09-28 01:50:19 +00:00
parent ce79a6805c
commit 25c55fe563

View File

@ -195,6 +195,5 @@ switch ($action) {
throw new enrol_ajax_exception('unknowajaxaction');
}
header('Content-type: application/json');
echo json_encode($outcome);
die();