--- class.tx_felogin_pi1.php 2010-12-16 15:10:46.000000000 +0100 +++ class.tx_felogin_pi1.php.2 2011-03-22 17:02:50.000000000 +0100 @@ -121,7 +121,7 @@ } 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(); @@ -960,4 +960,4 @@ include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/felogin/pi1/class.tx_felogin_pi1.php']); } -?> \ Kein Zeilenumbruch am Dateiende. +?>