Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Instantiate new page repository for backend context #1068

Merged
merged 1 commit into from
Jul 14, 2016
Merged

[BUGFIX] Instantiate new page repository for backend context #1068

merged 1 commit into from
Jul 14, 2016

Conversation

bjo3rnf
Copy link
Contributor

@bjo3rnf bjo3rnf commented Jul 14, 2016

Fixes #1066

@@ -172,7 +177,7 @@ public function hidePageForLanguageUid($page = null, $languageUid = -1, $normalW
$hideIfDefaultLanguage = (boolean) GeneralUtility::hideIfDefaultLanguage($l18nCfg);
$pageOverlay = [];
if (0 !== $languageUid) {
$pageOverlay¨ = $GLOBALS['TSFE']->sys_page->getPageOverlay($pageUid, $languageUid);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups! What is this?

@NamelessCoder NamelessCoder merged commit 9cca3a8 into FluidTYPO3:development Jul 14, 2016
@bjo3rnf bjo3rnf deleted the pageserviceinbe branch July 21, 2016 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants