diff options
author | friendica <info@friendica.com> | 2013-11-15 03:10:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-15 03:10:00 -0800 |
commit | 0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7 (patch) | |
tree | f4c7b2ff1eebc2d1a4459e85722c0addf8560439 /view | |
parent | fc0a5d58d1defc55c556544f165c23e4c0779d53 (diff) | |
download | volse-hubzilla-0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7.tar.gz volse-hubzilla-0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7.tar.bz2 volse-hubzilla-0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7.zip |
allow rpost to set source app
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index cf65b976e..ef91f45be 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -7,6 +7,7 @@ <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" /> <input type="hidden" name="expire" id="jot-expire" value="{{$defexpire}}" /> <input type="hidden" name="media_str" id="jot-media" value="" /> + <input type="hidden" name="source" id="jot-source" value="{{$source}}" /> <input type="hidden" name="coord" id="jot-coord" value="" /> <input type="hidden" name="post_id" value="{{$post_id}}" /> <input type="hidden" name="webpage" value="{{$webpage}}" /> |