enrol-ajax MDL-24397 Removed unneeded header call
This commit is contained in:
@@ -195,6 +195,5 @@ switch ($action) {
|
||||
throw new enrol_ajax_exception('unknowajaxaction');
|
||||
}
|
||||
|
||||
header('Content-type: application/json');
|
||||
echo json_encode($outcome);
|
||||
die();
|
||||
|
||||
Reference in New Issue
Block a user