aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/actions
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 19:35:02 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 19:35:02 +0000
commitfee0f149a01a6587345f76a4a51c5f9845309b62 (patch)
tree7f7be3493dd550f6c66433602a14bcdaee71474d /mod/groups/actions
parentc0e6998b01ddc9b87fd0869f3662cef3bca5b33b (diff)
downloadelgg-fee0f149a01a6587345f76a4a51c5f9845309b62.tar.gz
elgg-fee0f149a01a6587345f76a4a51c5f9845309b62.tar.bz2
Major access fix.
git-svn-id: https://code.elgg.org/elgg/trunk@1809 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/actions')
-rw-r--r--mod/groups/actions/forums/addtopic.php2
1 files changed, 1 insertions, 1 deletions
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"));