diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index 245f6a2211..608d8de2da 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; }