Skip to content

Commit

Permalink
[BUGFIX] Fix condition for non translated fallback in profile controller
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-fr committed Oct 24, 2024
1 parent 92b5be8 commit 3ddcdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/ProfileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3ddcdc1

Please sign in to comment.