Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Displays login form, even if user is currently logged in (this is for…
Browse files Browse the repository at this point in the history
… 403 access denied redirects.
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 19, 2010
1 parent b3f7822 commit 4818842
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/login/controllers/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ function Display ( $pView = null, $pData = array ( ) ) {

$noredirect = $pData['noredirect'];

if ( $this->_Current = $this->Talk ( 'User', 'Current' ) ) {
return ( false );
}

$config = $this->Get ( 'Config' );
$invites = $config['invites'];

Expand Down

0 comments on commit 4818842

Please sign in to comment.