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 #3243

the function getRights in LiveUser_Admin_Perm_Simple can use getGroups

Details

Submitted2005-01-19 13:53 UTC
Fromfabio at bs2 dot com dot br
StatusDuplicate
PackageLiveUser_Admin
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-01-19 13:53 UTC] fabio at bs2 dot com dot br

Description:
------------
the function getRights in LiveUser_Admin_Perm_Simple can use getGroups if defined in $params but getGroups is not implemented in LiveUser_Admin_Perm_Simple, this function is implemented in LiveUser_Admin_Perm_Medium

[2005-01-19 14:06 UTC] smith at backendmedia dot com

Good catch!
I will think of a more generic way of handling the with stuff anyways. Probably also through a property similar to how the selectable tables are handled. This will allow us to easily add additional "with" options on a per container basis.

[2005-01-21 21:43 UTC] smith at backendmedia dot com

This one is sort of a duplicate of http://pear.php.net/bugs/bug.php?id=3245. Anyways the solution is the same for both.