]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix displayed username of person who shares
authorGeorg Ehrke <dev@georgswebsite.de>
Mon, 26 Mar 2012 13:44:24 +0000 (15:44 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Mon, 26 Mar 2012 13:44:24 +0000 (15:44 +0200)
apps/calendar/templates/part.showevent.php

index 1be13bf1f6602bc78be3ff8cc3c0fba66452ae2c..d8443bd06e2e652edb8351b5e1f99ea3886596f1 100644 (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>