Project

General

Profile

Bug #20667 » 11407.diff

Administrator Admin, 2009-06-24 20:00

View differences:

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 = '';
}
(1-1/2)