Changeset 3143
- Timestamp:
- 05/03/08 12:52:45 (2 months ago)
- Files:
-
- trunk/Solar/User.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Solar/User.php
r3004 r3143 145 145 protected function _loadAccess() 146 146 { 147 $this->access->load($this->auth ->handle, $this->role->list);147 $this->access->load($this->auth, $this->role); 148 148 } 149 149 }
