aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-03 08:24:19 -0400
committerCash Costello <cash.costello@gmail.com>2011-11-03 08:24:19 -0400
commit7f8b7adeb346c8d07e2da4b72e9f78e8ffcb82b9 (patch)
treeafe696440cc41dc715fa066a92e1c1818b69ddf2 /mod/file/start.php
parent21f67d2117ed460c7d8374c9b42348e2eea2b0f4 (diff)
downloadelgg-7f8b7adeb346c8d07e2da4b72e9f78e8ffcb82b9.tar.gz
elgg-7f8b7adeb346c8d07e2da4b72e9f78e8ffcb82b9.tar.bz2
Refs #4027 updated all rss views except for groups
Diffstat (limited to 'mod/file/start.php')
-rw-r--r--mod/file/start.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index 843ae0794..9007fc9ba 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -22,6 +22,9 @@ function file_init() {
// Extend CSS
elgg_extend_view('css/elgg', 'file/css');
+ // add enclosure to rss item
+ elgg_extend_view('extensions/item', 'file/enclosure');
+
// extend group main page
elgg_extend_view('groups/tool_latest', 'file/group_module');