diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-20 18:46:23 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-20 18:46:23 -0700 |
commit | 6466774b6e6ed72ea1cc57cbc76e451205934aca (patch) | |
tree | de1b5415812e3cc9b9ee8d1e7d481dd9bc26cc8f /view | |
parent | fe00d29047da1cb99cbc06af938268ec9e6a8fcb (diff) | |
download | volse-hubzilla-6466774b6e6ed72ea1cc57cbc76e451205934aca.tar.gz volse-hubzilla-6466774b6e6ed72ea1cc57cbc76e451205934aca.tar.bz2 volse-hubzilla-6466774b6e6ed72ea1cc57cbc76e451205934aca.zip |
PRIVACY: possible privacy leakage under a defined set of circumstances
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 2fcd4d59b..100dd15b9 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,5 +1,8 @@ <div id="profile-jot-wrapper"> <form id="profile-jot-form" action="{{$action}}" method="post"> + {{if $parent}} + <input type="hidden" name="parent" value="{{$parent}}" /> + {{/if}} <input type="hidden" name="type" value="{{$ptyp}}" /> <input type="hidden" name="profile_uid" value="{{$profile_uid}}" /> <input type="hidden" name="return" value="{{$return_path}}" /> |