From 07fa8da2785c8846133fc756bec85e329a888537 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <dev@georgswebsite.de>
Date: Sat, 19 May 2012 15:05:30 +0200
Subject: [PATCH] fix for calendar

---
 apps/calendar/ajax/share/activation.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/calendar/ajax/share/activation.php b/apps/calendar/ajax/share/activation.php
index 5526e5230f..7d6b8fcb16 100644
--- a/apps/calendar/ajax/share/activation.php
+++ b/apps/calendar/ajax/share/activation.php
@@ -5,8 +5,7 @@
  * later.
  * See the COPYING-README file.
  */
-require_once('../../../../lib/base.php');
 $id = strip_tags($_GET['id']);
 $activation = strip_tags($_GET['activation']);
 OC_Calendar_Share::set_active(OCP\USER::getUser(), $id, $activation);
-OCP\JSON::success();
\ No newline at end of file
+OCP\JSON::success();
-- 
GitLab