diff options
author | Sem <sembrestels@riseup.net> | 2012-05-11 02:22:53 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-11 02:22:53 +0200 |
commit | 647fc5b52bce0441f17d0810da8def69109a124b (patch) | |
tree | cc3e7d783d5b9276c03a9ca02cb76b8b6414d326 /start.php | |
parent | 6398b80ea9e22bc6d14c01c86667af7b4e73c3bb (diff) | |
download | elgg-647fc5b52bce0441f17d0810da8def69109a124b.tar.gz elgg-647fc5b52bce0441f17d0810da8def69109a124b.tar.bz2 |
Fixed unability to disable group videos bug.
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |