From 5fe1ab0758bdee9d1aff45d8825bff70bf5d0b21 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 1 Sep 2021 10:54:56 +0200 Subject: [PATCH] missing $ in template The admin/site.tpl file had a missing $ from a variable name thus Smarty could not compile the template. --- view/templates/admin/site.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}