Changeset 3577 for trunk/modules/auth
- Timestamp:
- 10/10/2008 02:13:19 PM (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/classes/model/auth/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/classes/model/auth/user.php
r3574 r3577 64 64 if (Auth::instance()->login($this, $array['password'])) 65 65 { 66 if (is_string($redirect) 66 if (is_string($redirect)) 67 67 { 68 68 // Redirect after a successful login
