diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-20 09:36:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-20 09:36:15 +0200 |
commit | f7601756e99fcedb062d1f7ac3e53431ea72642d (patch) | |
tree | 5aae7959b0b2d16fc7e374335ddc85984b9a482d /view/tpl/jot.tpl | |
parent | 54059b2f153433f7154a754a77dafba1cc97a1a2 (diff) | |
download | volse-hubzilla-f7601756e99fcedb062d1f7ac3e53431ea72642d.tar.gz volse-hubzilla-f7601756e99fcedb062d1f7ac3e53431ea72642d.tar.bz2 volse-hubzilla-f7601756e99fcedb062d1f7ac3e53431ea72642d.zip |
create photo object if feature large photos is enabled and display those slightly different
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index ea68368aa..e61d75fee 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -3,7 +3,7 @@ {{if $parent}} <input type="hidden" name="parent" value="{{$parent}}" /> {{/if}} - <input type="hidden" name="type" value="{{$ptyp}}" /> + <input type="hidden" name="obj_type" value="{{$ptyp}}" /> <input type="hidden" name="profile_uid" value="{{$profile_uid}}" /> <input type="hidden" name="return" value="{{$return_path}}" /> <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" /> |