aboutsummaryrefslogtreecommitdiff
path: root/views/default/event_calendar/strapline.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/event_calendar/strapline.php')
-rw-r--r--views/default/event_calendar/strapline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/event_calendar/strapline.php b/views/default/event_calendar/strapline.php
index 15c7c98d9..edc60aa3e 100644
--- a/views/default/event_calendar/strapline.php
+++ b/views/default/event_calendar/strapline.php
@@ -9,7 +9,7 @@
$owner = get_entity($owner_guid);
echo sprintf(elgg_echo('event_calendar:strapline'),
- friendly_time($time_updated),
+ elgg_view_friendly_time($time_updated),
"<a href=\"" . $owner->getURL() . "\">" . $owner->name ."</a>"
);