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 bd37c5c31..390d0ae5b 100644
--- a/mod/groups/actions/forums/editpost.php
+++ b/mod/groups/actions/forums/editpost.php
@@ -22,7 +22,7 @@
$post = get_input("post");
$post_comment = get_input("postComment");
$annotation = get_annotation($post);
- $commentOwner = get_input("commentOwner");
+ $commentOwner = $annotation->owner_guid;
$access_id = get_input("access_id");
$topic = get_input("topic");