Bug #22154 » 13604.patch
t3lib/class.t3lib_loadmodules.php (working copy) | ||
---|---|---|
//
|
||
$this->absPathArray = $modulesArray['_PATHS'];
|
||
unset($modulesArray['_PATHS']);
|
||
// unset the array for calling external backend module dispatchers in typo3/mod.php
|
||
unset($modulesArray['_dispatcher']);
|
||
/*
|
||
With the above data for modules the result of this function call will be:
|