fix a ui bug for calendar sharing

remotes/origin/stable4
Georg Ehrke 13 years ago
parent e543ec6eb6
commit 4ff11308a3
  1. 2
      apps/calendar/templates/part.showevent.php

@ -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>

Loading…
Cancel
Save