Home » Authentication » LiveUser_Admin » Bug #7236
Forgot to change _getinheritedRights()
Details
| Submitted | 2006-03-29 08:30 UTC |
|---|---|
| From | michiel at dinnersite dot nl |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser_Admin |
| PHP Version | 4.4.0 |
| Roadmaps | (Not assigned) |
Comments
[2006-03-29 08:30 UTC] michiel at dinnersite dot nl
Description:
------------
You forgot to change the getRights() call in _getInheritedRights() to support the new `by_group` param. You did add the second parameter (a temporary solution, which now seems depricated) but forgot to add this line:
$params['by_group'] = true;