From 84201f09154d1c7f751fd6e9afc901cca446e1ab Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 21 Oct 2022 08:38:45 +0200 Subject: [PATCH] Update view/theme/vier/config.php Co-authored-by: Hypolite Petovan --- view/theme/vier/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index f20a5afea0..b5fe4ff109 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -58,7 +58,7 @@ function theme_content(App $a) function theme_post(App $a) { - if (! DI::userSession()->getLocalUserId()) { + if (!DI::userSession()->getLocalUserId()) { return; }