--- class.tx_felogin_pi1.php~ 2009-02-19 23:25:02.000000000 +0100 +++ class.tx_felogin_pi1.php 2009-02-19 23:25:46.000000000 +0100 @@ -427,6 +427,14 @@ } break; } + } elseif ( $GLOBALS['TSFE']->loginUser and $this->logintype == '') { # logged in, no logintype - displays logout form + switch ($redirMethod) { + case 'logout': + if ($this->conf['redirectPageLogout']) { + $redirect_url = $this->pi_getPageLink(intval($this->conf['redirectPageLogout']), array(), true); + } + break; + } } else { // not logged in // Placeholder for maybe future options switch ($redirMethod) {