aboutsummaryrefslogtreecommitdiff
path: root/views/rss/object
diff options
context:
space:
mode:
Diffstat (limited to 'views/rss/object')
-rw-r--r--views/rss/object/event_calendar.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/rss/object/event_calendar.php b/views/rss/object/event_calendar.php
index 92f6fcc14..45b2d847a 100644
--- a/views/rss/object/event_calendar.php
+++ b/views/rss/object/event_calendar.php
@@ -11,6 +11,7 @@
* @link http://elgg.org/
*/
+ elgg_load_library('elgg:event_calendar');
$title = $vars['entity']->title;
$event_items = event_calendar_get_formatted_full_items($vars['entity']);