Make "PUBLIC" the default accessclass - fix for #805

master
Georg Ehrke 2013-03-23 16:16:04 +01:00
parent 65140f6ddd
commit de9612837a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ $repeat_bymonthday_options = OC_Calendar_App::getByMonthDayOptions();
$tmpl = new OCP\Template('calendar', 'part.newevent');
$tmpl->assign('access', 'owner');
$tmpl->assign('accessclass', 'PRIVATE');
$tmpl->assign('accessclass', 'PUBLIC');
$tmpl->assign('calendar_options', $calendar_options);
$tmpl->assign('access_class_options', $access_class_options);
$tmpl->assign('repeat_options', $repeat_options);