aboutsummaryrefslogtreecommitdiffstats
path: root/view/comment_item.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-11 23:10:52 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-11 23:10:52 -0700
commit4e40156607aede8d1ed9bd63b18bc6c83ea572d7 (patch)
tree25e2cd83b9a2394de49cfe673fb164e149cc65c2 /view/comment_item.tpl
parent8e22178b8a135ccc315de1c9f305e81d97556709 (diff)
downloadvolse-hubzilla-4e40156607aede8d1ed9bd63b18bc6c83ea572d7.tar.gz
volse-hubzilla-4e40156607aede8d1ed9bd63b18bc6c83ea572d7.tar.bz2
volse-hubzilla-4e40156607aede8d1ed9bd63b18bc6c83ea572d7.zip
sort out some permissions, comments, fetch
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r--view/comment_item.tpl2
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>