Skip to content

Commit

Permalink
Add header with content-type for agenda AJAX - refs BT#12892
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Jun 19, 2017
1 parent f72bdf3 commit 2a2b763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/inc/ajax/agenda.ajax.php
Expand Up @@ -109,6 +109,7 @@
$groupId,
$userId
);
header('Content-Type: application/json');
echo $events;
break;
case 'get_user_agenda':
Expand Down

0 comments on commit 2a2b763

Please sign in to comment.