]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/config.php
Merge pull request #13268 from MrPetovan/task/normalize-item-action-label
[friendica.git] / view / theme / quattro / config.php
index 245f6a2211d4ac8173bebefbad37fc28472093bf..1b010a355909c92e0a9a3ebc5e0388a82b6e6b66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -37,7 +37,7 @@ function theme_content(App $a) {
 }
 
 function theme_post(App $a) {
-       if (! DI::userSession()->getLocalUserId()) {
+       if (!DI::userSession()->getLocalUserId()) {
                return;
        }