From: Tobias Diekershoff Date: Wed, 1 Sep 2021 08:54:56 +0000 (+0200) Subject: missing $ in template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5fe1ab0758bdee9d1aff45d8825bff70bf5d0b21;p=friendica.git missing $ in template The admin/site.tpl file had a missing $ from a variable name thus Smarty could not compile the template. --- diff --git a/view/templates/admin/site.tpl b/view/templates/admin/site.tpl index dfa8e21a95..ff06404697 100644 --- a/view/templates/admin/site.tpl +++ b/view/templates/admin/site.tpl @@ -72,7 +72,7 @@ {{else}}
- {{$diaspora_not_able}} + {{$diaspora_not_able}}
{{/if}} {{include file="field_input.tpl" field=$global_directory}}