[Solar-svn] Revision 3143

pmjones at solarphp.com pmjones at solarphp.com
Sat May 3 12:52:45 CDT 2008


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.



Modified: trunk/Solar/User.php
===================================================================
--- trunk/Solar/User.php	2008-05-03 17:50:45 UTC (rev 3142)
+++ trunk/Solar/User.php	2008-05-03 17:52:45 UTC (rev 3143)
@@ -144,6 +144,6 @@
      */
     protected function _loadAccess()
     {
-        $this->access->load($this->auth->handle, $this->role->list);
+        $this->access->load($this->auth, $this->role);
     }
 }




More information about the Solar-svn mailing list