diff --git a/Classes/Controller/ProfileController.php b/Classes/Controller/ProfileController.php index c650486..02c1880 100644 --- a/Classes/Controller/ProfileController.php +++ b/Classes/Controller/ProfileController.php @@ -53,7 +53,7 @@ public function initializeAction(): void } if (isset($this->settings['fallbackForNonTranslated']) - & (int)$this->settings['fallbackForNonTranslated'] === 1 + && (int)$this->settings['fallbackForNonTranslated'] === 1 ) { $querySettings->setLanguageOverlayMode(true); }