From 401478ab14d41277afd0549a216a639e4eb984cb Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 27 Feb 2009 16:47:03 +0000 Subject: forum post edit bug fixed git-svn-id: https://code.elgg.org/elgg/trunk@2986 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/forums/editpost.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/groups/actions') diff --git a/mod/groups/actions/forums/editpost.php b/mod/groups/actions/forums/editpost.php index 7f6e75683..08c2dd703 100644 --- a/mod/groups/actions/forums/editpost.php +++ b/mod/groups/actions/forums/editpost.php @@ -20,7 +20,8 @@ //get the required variables $post = get_input("post"); - $post_comment = get_input("postComment"); + $field_num = get_input("field_num"); + $post_comment = get_input("postComment{$field_num}"); $annotation = get_annotation($post); $commentOwner = $annotation->owner_guid; $access_id = $annotation->access_id; -- cgit v1.2.3