aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/start.php')
-rw-r--r--mod/file/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index e3b5497e6..1345dec44 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -37,7 +37,7 @@
elgg_extend_view('css', 'file/css');
// extend group main page
- elgg_extend_view('groups/left_column','file/groupprofile_files');
+ elgg_extend_view('groups/tool_latest','file/groupprofile_files');
// Register a page handler, so we can have nice URLs
register_page_handler('file','file_page_handler');