diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 15:48:41 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 15:48:41 +0200 |
commit | ef073a148f2dfcefc9f1bd2bd68fcb9c33aba3cf (patch) | |
tree | 356d2115a355d3c77417982ca6163b49f8922006 /apps/calendar/share.php | |
parent | 936c8ba1cc3b36fdc122276fc9a96de4a4003bd1 (diff) | |
download | nextcloud-server-ef073a148f2dfcefc9f1bd2bd68fcb9c33aba3cf.tar.gz nextcloud-server-ef073a148f2dfcefc9f1bd2bd68fcb9c33aba3cf.zip |
make calendar compatible with public.php
Diffstat (limited to 'apps/calendar/share.php')
-rw-r--r-- | apps/calendar/share.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/calendar/share.php b/apps/calendar/share.php index 1cc8a2ef15e..68c7d0ffae2 100644 --- a/apps/calendar/share.php +++ b/apps/calendar/share.php @@ -1,5 +1,4 @@ <?php -require_once('../../lib/base.php'); $token = strip_tags($_GET['t']); $shared = OC_Calendar_Share::getElementByToken($token); $nl = "\n\r"; |