aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 916109680..f44206b3d 100644
--- a/start.php
+++ b/start.php
@@ -29,7 +29,7 @@ function dokuwiki_init(){
add_group_tool_option('dokuwiki_frontpage',elgg_echo('groups:enabledokuwiki_frontpage'),false);
elgg_extend_view('groups/profile/summary','dokuwiki/grouppage');
- elgg_extend_view('groups/left_column','dokuwiki/sidebar');
+ elgg_extend_view('groups/tool_latest','dokuwiki/sidebar');
// Extending CSS
elgg_extend_view('css/elgg', 'dokuwiki/css');