Add header with content-type for agenda AJAX - refs BT#12892

pull/2487/head
Angel Fernando Quiroz Campos 8 years ago
parent f72bdf3a92
commit 2a2b76353d
  1. 1
      main/inc/ajax/agenda.ajax.php

@ -109,6 +109,7 @@ switch ($action) {
$groupId,
$userId
);
header('Content-Type: application/json');
echo $events;
break;
case 'get_user_agenda':

Loading…
Cancel
Save