From 647fc5b52bce0441f17d0810da8def69109a124b Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 11 May 2012 02:22:53 +0200 Subject: Fixed unability to disable group videos bug. --- start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index 241d15aa8..9b7dd3084 100644 --- a/start.php +++ b/start.php @@ -40,7 +40,8 @@ function videolist_init() { 'height' => 400, )); - // extend group main page + // add to groups + add_group_tool_option('videolist', elgg_echo('groups:enablevideolist'), true); elgg_extend_view('groups/tool_latest', 'videolist/group_module'); //add a widget -- cgit v1.2.3