diff --git a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php index 6b6d3c66c552d7651057af9a0bde50747f013dfe..b6f049fe48130f28df6d6ecc45b8dc188adf3967 100644 --- a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php +++ b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php @@ -2320,7 +2320,7 @@ class TypoScriptFrontendController { protected function createHashBase($createLockHashBase = FALSE) { $hashParameters = array( 'id' => (int)$this->id, - 'type' => (int)$this->typ, + 'type' => (int)$this->type, 'gr_list' => (string) $this->gr_list, 'MP' => (string) $this->MP, 'cHash' => $this->cHash_array,