Actions
Bug #3540
closedJ2.5: When viewing a user as an administrator that user is considered a moderator
Description
On Joomla 2.5 when viewing a user as an administrator due to the usage of $this->amIaSuperAdmin() in get_group_children_ids it results in calls to the function to return all usergroups when instead it should just return the children of that gid, but the function has no idea this is taking place. Need a more appropriate way to get groups below a group id.
https://www.joomlapolis.com/forum/153-professional-member-support/201293-moderator-menu-not-showing
Files
Actions