fix a ui bug for calendar sharing

This commit is contained in:
Georg Ehrke 2012-06-13 22:12:54 +02:00
parent e543ec6eb6
commit 4ff11308a3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<select name="calendar" disabled="disabled">
<option>
<?php
$calendar = OC_Calendar_App::getCalendar($_['calendar']);
$calendar = OC_Calendar_App::getCalendar($_['calendar'], false, false);
echo $calendar['displayname'] . ' ' . $l->t('of') . ' ' . $calendar['userid'];
?>
</option>