Skip to content

Commit

Permalink
fix type of pageNotFound_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
colorcube committed May 12, 2019
1 parent c4a6462 commit 4bd8361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/PageRenderingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static function renderPageAndExit(int $pageUid, int $languageUid, $tsfe=n
// we're messing with TSFE here, but hey we're exit anyway

// we don't want to go in a 404 loop
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] = [];
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] = '';

// override the requested page
$tsfe->id = $pageUid;
Expand Down

0 comments on commit 4bd8361

Please sign in to comment.