Bug #20161 » 0010663.patch
typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php (Arbeitskopie) | ||
---|---|---|
}
|
||
if ($returnUrl) {
|
||
return $this->cObj->typolink_url($this->conf['linkConfig.']);
|
||
return htmlspecialchars($this->cObj->typolink_url($this->conf['linkConfig.']));
|
||
} else {
|
||
return $this->cObj->typolink($label,$this->conf['linkConfig.']);
|
||
}
|
- « Previous
- 1
- 2
- Next »