Changeset 2225 for trunk/modules/auth/libraries/Auth.php
- Timestamp:
- 03/05/2008 06:29:54 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/libraries/Auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/libraries/Auth.php
r2091 r2225 90 90 { 91 91 // Check that the user has the given role 92 $status = $ user->has_role($role);92 $status = $_SESSION['auth_user']->has_role($role); 93 93 } 94 94 }
