From 310491e9e83f0ba6309c0d87928e38a79a0d1f87 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 22 Feb 2009 10:45:51 +0000 Subject: new river view added for group forum posts git-svn-id: https://code.elgg.org/elgg/trunk@2875 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/forums/addpost.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/groups/actions/forums') diff --git a/mod/groups/actions/forums/addpost.php b/mod/groups/actions/forums/addpost.php index 2aa772b2c..d1f8daf25 100644 --- a/mod/groups/actions/forums/addpost.php +++ b/mod/groups/actions/forums/addpost.php @@ -32,7 +32,9 @@ if ($topic->annotate('group_topic_post',$post,$topic->access_id, $_SESSION['guid'])) { system_message(elgg_echo("groupspost:success")); - + // add to river + add_to_river('river/forum/create','create',$_SESSION['user']->guid,$topic_guid); + } else { system_message(elgg_echo("groupspost:failure")); } -- cgit v1.2.3