aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-22 17:55:38 +0000
committerMario <mario@mariovavti.com>2021-08-22 17:55:38 +0000
commitab0da7db137bc40114aa34bef155b9920326004d (patch)
tree9beeb8bdfb0e1c32971674b9ad74ec63e79c7358 /view/tpl
parent052633d57084e718323235503653106165c6f930 (diff)
downloadvolse-hubzilla-ab0da7db137bc40114aa34bef155b9920326004d.tar.gz
volse-hubzilla-ab0da7db137bc40114aa34bef155b9920326004d.tar.bz2
volse-hubzilla-ab0da7db137bc40114aa34bef155b9920326004d.zip
use the slightly altered app_render() function instead of a separate function
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/app_install.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/app_install.tpl b/view/tpl/app_install.tpl
index fa2a02eb5..d5981eba7 100644
--- a/view/tpl/app_install.tpl
+++ b/view/tpl/app_install.tpl
@@ -5,7 +5,7 @@
{{$papp.desc}}
</div>
<form action="appman" method="post">
- <input type="hidden" name="papp" value="{{$papp_encoded}}" />
+ <input type="hidden" name="papp" value="{{$papp.papp}}" />
<button type="submit" name="install" value="install" class="btn btn-success">
<i class="fa fa-fw fa-arrow-circle-o-down"></i> {{$install}}
</button>