Update view/theme/quattro/config.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2022-10-21 08:38:40 +02:00 committed by Philipp
parent ee71086133
commit fad1763e28
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function theme_content(App $a) {
}
function theme_post(App $a) {
if (! DI::userSession()->getLocalUserId()) {
if (!DI::userSession()->getLocalUserId()) {
return;
}