From fee0f149a01a6587345f76a4a51c5f9845309b62 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Aug 2008 19:35:02 +0000 Subject: Major access fix. git-svn-id: https://code.elgg.org/elgg/trunk@1809 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/forums/addtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/actions') diff --git a/mod/groups/actions/forums/addtopic.php b/mod/groups/actions/forums/addtopic.php index 3159d639f..e96815aa0 100644 --- a/mod/groups/actions/forums/addtopic.php +++ b/mod/groups/actions/forums/addtopic.php @@ -62,7 +62,7 @@ $grouptopic->status = $status; // the current status i.e sticky, closed, resolved, open // now add the topic message as an annotation - $grouptopic->annotate('group_topic_post',$message,$access, $user); + $grouptopic->annotate('group_topic_post',$message,$access, $user); // Success message system_message(elgg_echo("grouptopic:created")); -- cgit v1.2.3