diff options
author | zotlabs <mike@macgirvin.com> | 2017-12-04 15:14:58 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-12-04 15:14:58 -0800 |
commit | cb39d9435da54239e8e36d2d53877a19c10bab83 (patch) | |
tree | be89ef38d054ab88276fde0410182ce44a8bc193 /view/tpl/build_query.tpl | |
parent | 0305983360568f991365cd815d081afedaa6d742 (diff) | |
download | volse-hubzilla-cb39d9435da54239e8e36d2d53877a19c10bab83.tar.gz volse-hubzilla-cb39d9435da54239e8e36d2d53877a19c10bab83.tar.bz2 volse-hubzilla-cb39d9435da54239e8e36d2d53877a19c10bab83.zip |
We only require one Update module. The rest are superfluous.
Diffstat (limited to 'view/tpl/build_query.tpl')
-rwxr-xr-x | view/tpl/build_query.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl index bfe5c8a08..1d938d395 100755 --- a/view/tpl/build_query.tpl +++ b/view/tpl/build_query.tpl @@ -1,6 +1,6 @@ <script> - var bParam_cmd = "{{$baseurl}}/update_{{$pgtype}}"; + var bParam_cmd = "{{$baseurl}}/update/{{$pgtype}}"; var bParam_uid = {{$uid}}; |