From: cash Date: Wed, 2 Mar 2011 03:01:50 +0000 (+0000) Subject: fixed the view name for discussion topic river X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7656f8620f0b5dc90a245313f9fb1b175d237da4;p=lorea%2Felgg.git fixed the view name for discussion topic river git-svn-id: http://code.elgg.org/elgg/trunk@8565 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/mod/groups/actions/discussion/save.php b/mod/groups/actions/discussion/save.php index f553b562c..0b5d3b51c 100644 --- a/mod/groups/actions/discussion/save.php +++ b/mod/groups/actions/discussion/save.php @@ -67,7 +67,7 @@ elgg_clear_sticky_form('topic'); // handle results differently for new topics and topic edits if ($new_topic) { system_message(elgg_echo('discussion:topic:created')); - add_to_river('river/forum/topic/create', 'create', elgg_get_logged_in_user_guid(), $topic->guid); + add_to_river('river/object/groupforumtopic/create', 'create', elgg_get_logged_in_user_guid(), $topic->guid); } else { system_message(elgg_echo('discussion:topic:updated')); }