diff options
author | Mario <mario@mariovavti.com> | 2020-11-22 13:07:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-22 13:07:03 +0000 |
commit | c0adf31da9a0d8f897dc68ab632c736891318ad5 (patch) | |
tree | e9b5756e05b9675d487d47bccc330ef2a67888e7 /view/tpl | |
parent | bb43c57b0731270d563dca8afb773b49e9023f54 (diff) | |
download | volse-hubzilla-c0adf31da9a0d8f897dc68ab632c736891318ad5.tar.gz volse-hubzilla-c0adf31da9a0d8f897dc68ab632c736891318ad5.tar.bz2 volse-hubzilla-c0adf31da9a0d8f897dc68ab632c736891318ad5.zip |
fix like issue with remote channels
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/build_query.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl index 69c5e301f..83e756367 100755 --- a/view/tpl/build_query.tpl +++ b/view/tpl/build_query.tpl @@ -2,6 +2,9 @@ var bParam_cmd = "{{$baseurl}}/update/{{$pgtype}}"; + {{if $conv_mode}} + var conv_mode = '{{$conv_mode}}'; + {{/if}} var bParam_uid = {{$uid}}; var bParam_gid = {{$gid}}; |