summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/newcalendar.php
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-08 13:28:01 +0200
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-08 13:28:01 +0200
commitf3f5d775b519c12e56f4c6db8ca8ccf87c68f19d (patch)
treefbc06f213ebbe364c8309f202c18cdb53c969197 /apps/calendar/ajax/newcalendar.php
parent39e7db7db4174e4d76c77c47a7b4aab6e3bdda37 (diff)
downloadnextcloud-server-f3f5d775b519c12e56f4c6db8ca8ccf87c68f19d.tar.gz
nextcloud-server-f3f5d775b519c12e56f4c6db8ca8ccf87c68f19d.zip
removed description field for calendar
Diffstat (limited to 'apps/calendar/ajax/newcalendar.php')
-rw-r--r--apps/calendar/ajax/newcalendar.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/calendar/ajax/newcalendar.php b/apps/calendar/ajax/newcalendar.php
index e01ae01ee8a..f00dd0fb862 100644
--- a/apps/calendar/ajax/newcalendar.php
+++ b/apps/calendar/ajax/newcalendar.php
@@ -15,7 +15,6 @@ OC_JSON::checkAppEnabled('calendar');
$calendar = array(
'id' => 'new',
'displayname' => '',
- 'description' => '',
'calendarcolor' => '',
);
$tmpl = new OC_Template('calendar', 'part.editcalendar');