aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/actions
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/actions')
-rw-r--r--mod/groups/actions/forums/editpost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/actions/forums/editpost.php b/mod/groups/actions/forums/editpost.php
index 390d0ae5b..e3b5566ef 100644
--- a/mod/groups/actions/forums/editpost.php
+++ b/mod/groups/actions/forums/editpost.php
@@ -23,7 +23,7 @@
$post_comment = get_input("postComment");
$annotation = get_annotation($post);
$commentOwner = $annotation->owner_guid;
- $access_id = get_input("access_id");
+ $access_id = $annotation->access_id;
$topic = get_input("topic");
if($annotation){