]> git.mxchange.org Git - friendica.git/blobdiff - view/comment_item.tpl
more post branch bug fixes
[friendica.git] / view / comment_item.tpl
index 530244e8ee8ccfcd8049461960fe67c6275c8164..63737982eb1b3d3488643e4012bff96b16e9eb74 100644 (file)
@@ -2,9 +2,10 @@
 
 <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
        <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" >
-               <input type="hidden" name="type" value="wall-comment" />
+               <input type="hidden" name="type" value="$type" />
                <input type="hidden" name="profile_uid" value="$profile_uid" />
                <input type="hidden" name="parent" value="$parent" />
+               <input type="hidden" name="return" value="$return_path" />
 
                <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >Comment</textarea>