Changeset 2235

Show
Ignore:
Timestamp:
03/07/2008 06:56:39 PM (10 months ago)
Author:
Shadowhand
Message:

Fixing #470, thanks yoyoman.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/controllers/auth.php

    r2229 r2235  
    6060        public function login() 
    6161        { 
    62                 if ($this->session->get('user_id')) 
     62                if ($this->auth->logged_in()) 
    6363                { 
    6464                        $form = new Forge('auth/logout', 'Log Out');