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