]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix for calendar
authorGeorg Ehrke <dev@georgswebsite.de>
Sat, 19 May 2012 13:05:30 +0000 (15:05 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Sat, 19 May 2012 13:05:58 +0000 (15:05 +0200)
apps/calendar/ajax/share/activation.php

index 5526e5230f49ff487b58b8275ce37ec4a31b4628..7d6b8fcb16ec2daf6c478ac5e19bac077b362d97 100644 (file)
@@ -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();