[TYPO3-mvc] Possible bug in registering extBase BE modules - either in extbase or typo3
Martin Kutschker
masi-no at spam-typo3.org
Thu Jan 14 12:17:14 CET 2010
Franz Koch schrieb:
>
> $TBE_MODULES['_dispatcher'][] = 'Tx_Extbase_Dispatcher';
>
> after changing this line to:
>
> $TBE_MODULES['_dispatcher'] = 'Tx_Extbase_Dispatcher';
I had recently a look at mod.php ant think thas the former should be correct. IIRC mod.php allows
several external dispatchers to be installed and iterates until it founds one that thinks it is
responsible for the module.
Masi
More information about the TYPO3-project-typo3v4mvc
mailing list