PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser_Admin » Bug #7236

Forgot to change _getinheritedRights()

Details

Submitted2006-03-29 08:30 UTC
Frommichiel at dinnersite dot nl
Assignedlsmith
StatusClosed
PackageLiveUser_Admin
PHP Version4.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;