Project

General

Profile

Feature #25224 » class.tx_felogin_pi1.php.diff

Administrator Admin, 2011-03-02 18:25

View differences:

D:/Projekte/t3-development/4.5/typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php Mi Mrz 2 14:39:44 2011
// Process the redirect
if (($this->logintype === 'login' || $this->logintype === 'logout') && $this->redirectUrl && !$this->noRedirect) {
if (!$GLOBALS['TSFE']->fe_user->cookieId) {
if (!$GLOBALS['TSFE']->fe_user->cookieId and $this->conf['disableCookieWarning']!=='1') {
$content .= $this->cObj->stdWrap($this->pi_getLL('cookie_warning', '', 1), $this->conf['cookieWarning_stdWrap.']);
} else {
t3lib_utility_Http::redirect($this->redirectUrl);
(2-2/3)