]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed the view name for discussion topic river
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 2 Mar 2011 03:01:50 +0000 (03:01 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 2 Mar 2011 03:01:50 +0000 (03:01 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8565 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/actions/discussion/save.php

index f553b562c6b443a9eecf3907e75a501a3e391a6e..0b5d3b51c30416819a9c9b099f1602b090cb885e 100644 (file)
@@ -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'));
 }