diff --git a/typo3/mod.php b/typo3/mod.php index e43aa8537b9c59e290276f03617d76fc7f3f5d11..ef583961256a45a734b70a636c175f1296955856 100644 --- a/typo3/mod.php +++ b/typo3/mod.php @@ -36,7 +36,7 @@ $moduleName = (string)\TYPO3\CMS\Core\Utility\GeneralUtility::_GET('M'); $isDispatched = FALSE; $formprotection = \TYPO3\CMS\Core\FormProtection\FormProtectionFactory::get(); if (!$formprotection->validateToken(\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('moduleToken'), 'moduleCall', $moduleName)) { - throw new \UnexpectedValueException('Invalid form/module token detected. Access Denied!', 1392409507); + throw new UnexpectedValueException('Invalid form/module token detected. Access Denied!', 1392409507); } if ($temp_path = $TBE_MODULES['_PATHS'][$moduleName]) { $MCONF['_'] = \TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl($moduleName);