Changeset 3143

Show
Ignore:
Timestamp:
05/03/08 12:52:45 (2 months ago)
Author:
pmjones
Message:

Solar_User: [CHG] When loading the "access" object, now sends the auth and role objects directly instead of the handle string and role list array.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Solar/User.php

    r3004 r3143  
    145145    protected function _loadAccess() 
    146146    { 
    147         $this->access->load($this->auth->handle, $this->role->list); 
     147        $this->access->load($this->auth, $this->role); 
    148148    } 
    149149}