Bug #20667 » 11407.diff
typo3/sysext/setup/mod/index.php (working copy) | ||
---|---|---|
}
|
||
break;
|
||
case 'user':
|
||
$parts = explode('->', $config['userFunc']);
|
||
$html = call_user_func(array($parts[0], $parts[1]));
|
||
break;
|
||
default:
|
||
$html = '';
|
||
}
|