diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-07 22:54:38 -0400 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-07 22:54:38 -0400 |
commit | 9294a954383f06a16af921b0f390be0245f3bdb6 (patch) | |
tree | ba7cd83716fd015c5ba31af06f13f2a4675433e8 /apps/calendar/ajax/events.php | |
parent | 960553f9c4fffe06fc6a9d80ed22fdcd2228a343 (diff) | |
download | nextcloud-server-9294a954383f06a16af921b0f390be0245f3bdb6.tar.gz nextcloud-server-9294a954383f06a16af921b0f390be0245f3bdb6.zip |
fix view of single shared events
Diffstat (limited to 'apps/calendar/ajax/events.php')
-rwxr-xr-x | apps/calendar/ajax/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/ajax/events.php b/apps/calendar/ajax/events.php index 4c011e5d764..fad1097cdce 100755 --- a/apps/calendar/ajax/events.php +++ b/apps/calendar/ajax/events.php @@ -20,7 +20,7 @@ $events = OC_Calendar_App::getrequestedEvents($_GET['calendar_id'], $start, $end $output = array(); foreach($events as $event){ $output[] = OC_Calendar_App::generateEventOutput($event, $start, $end); + } - OC_JSON::encodedPrint($output); ?>
\ No newline at end of file |