diff options
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r-- | view/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index ed788ad08..3ca190ba5 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -4,7 +4,7 @@ <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" > <input type="hidden" name="type" value="jot" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> - <input type="hidden" name="parent" value="$id" /> + <input type="hidden" name="parent" value="$parent" /> <textarea rows="3" cols="40" id="comment-edit-text-$id" name="body" ></textarea> |