fix displayed username of person who shares

This commit is contained in:
Georg Ehrke 2012-03-26 15:44:24 +02:00
parent 8b9d439841
commit 10ef01b04b

View file

@ -35,7 +35,7 @@
<option>
<?php
$calendar = OC_Calendar_App::getCalendar($_['calendar']);
echo $calendar['displayname'] . ' ' . $l->t('of') . ' ' . OC_User::getUser();
echo $calendar['displayname'] . ' ' . $l->t('of') . ' ' . $calendar['userid'];
?>
</option>