Bug #25219 ยป 0017820.patch
typo3/sysext/sys_action/task/class.tx_sysaction_task.php | ||
---|---|---|
* @param string $prefix: prefix
|
||
* @return string Combined username
|
||
*/
|
||
private function fixUsername($username, $prefix) {
|
||
protected function fixUsername($username, $prefix) {
|
||
return trim($prefix) . trim($username);
|
||
}
|
||