Project

General

Profile

Bug #23350 ยป felogin.patch

Administrator Admin, 2011-03-22 17:04

View differences:

class.tx_felogin_pi1.php.2 2011-03-22 17:02:50.000000000 +0100
} elseif ($this->piVars['forgothash']) {
$content .= $this->changePassword();
} else {
if($this->userIsLoggedIn && !$this->logintype) {
if($this->userIsLoggedIn && $this->logintype != 'logout') {
$content .= $this->showLogout();
} else {
$content .= $this->showLogin();
......
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/felogin/pi1/class.tx_felogin_pi1.php']);
}
?>
?>
    (1-1/1)