fix displayed username of person who shares
This commit is contained in:
parent
8b9d439841
commit
10ef01b04b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue