Changeset 2235
- Timestamp:
- 03/07/2008 06:56:39 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/controllers/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/controllers/auth.php
r2229 r2235 60 60 public function login() 61 61 { 62 if ($this-> session->get('user_id'))62 if ($this->auth->logged_in()) 63 63 { 64 64 $form = new Forge('auth/logout', 'Log Out');
