Skip to content

Commit c4ac9d2

Browse files
committed
[BUGFIX] Avoid cHash error for removed fake argument
1 parent cf50b02 commit c4ac9d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ext_localconf.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['typoscript_rendering']['renderClasses'] = [
1010
'record' => 'Helhum\\TyposcriptRendering\\Renderer\\RecordRenderer',
1111
];
12+
13+
// Ignore fake controller argument that gets removed
14+
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx__[controller]';
1215
})();

0 commit comments

Comments
 (0)