aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/start.php
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2011-06-13 22:23:09 -0700
committerEvan Winslow <evan@elgg.org>2011-06-13 22:23:09 -0700
commitb766230d132bedf68ec3c63f72538fefa54c62e2 (patch)
tree8c3c03a7006426dd0a85ce2e52ed8b309bcd7e12 /mod/groups/start.php
parentdea90f2e6af72473e24e5e67b154754faf84513e (diff)
downloadelgg-b766230d132bedf68ec3c63f72538fefa54c62e2.tar.gz
elgg-b766230d132bedf68ec3c63f72538fefa54c62e2.tar.bz2
Renamed river footer to a more semantic "responses". Fixed discussion
to work inline again with this new layout.
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r--mod/groups/start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php
index 73bdd08a9..5aaba017c 100644
--- a/mod/groups/start.php
+++ b/mod/groups/start.php
@@ -621,7 +621,8 @@ function discussion_init() {
// commenting not allowed on discussion topics (use a different annotation)
elgg_register_plugin_hook_handler('permissions_check:comment', 'object', 'discussion_comment_override');
-
+ elgg_extend_view('river/elements/responses', 'discussion/river');
+
$action_base = elgg_get_plugins_path() . 'groups/actions/discussion';
elgg_register_action('discussion/save', "$action_base/save.php");
elgg_register_action('discussion/delete', "$action_base/delete.php");