From bbedb4818e9f4b767712d9b5632c54ab9f4631c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Sat, 25 Jan 2014 23:24:11 +0100 Subject: [PATCH] fixed displaying link-shared busy and private events -- all *directly link-shared* events are displayable now in full via the link --- templates/event.php | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/event.php b/templates/event.php index 83dd1c41..ce4f5e4b 100644 --- a/templates/event.php +++ b/templates/event.php @@ -27,7 +27,6 @@ if(!$data) calendar404(); $object = OC_VObject::parse($data['calendardata']); $vevent = $object->VEVENT; -$object = OC_Calendar_Object::cleanByAccessClass($id, $object); $accessclass = $vevent->getAsString('CLASS'); $permissions = OC_Calendar_App::getPermissions($id, OC_Calendar_App::EVENT, $accessclass);