*
* @var t3lib_beUserAuth
*/
- var $BE_USER = '';
+ var $BE_USER;
var $observeWorkspaces = FALSE; // If set true, workspace "permissions" will be observed so non-allowed modules will not be included in the array of modules.
if ($MCONF['extbase']) {
$modconf['script'] = 'mod.php?M=Tx_' . rawurlencode($name);
} else {
- $modconf['script'] = 'mod.php?M=' . rawurlencode($name);
+ $modconf['script'] = 'mod.php?M=' . rawurlencode($name);
}
} elseif ($MCONF['script'] && file_exists($path.'/'.$MCONF['script'])) {
$modconf['script'] = $this->getRelativePath(PATH_typo3,$fullpath.'/'.$MCONF['script']);