From 73c1b0207ba461c17d2f1fc122d817fa6cce02d0 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 23 Feb 2009 12:39:08 +0000 Subject: small edit comment bug fixed git-svn-id: https://code.elgg.org/elgg/trunk@2891 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/forums/editpost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/actions/forums') 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"); -- cgit v1.2.3