Opened 10 years ago
Last modified 10 years ago
#2451 new defect
Users of groups not getting right way
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | highest | Severity: | blocker |
| Plugin: | not-listed | Keywords: | |
| Cc: |
Description
There is an error in getFullUsers of UamUserGroup class
Because of cache key is the same for all groups we receive same users for all groups while cache exists.
In this plugin https://plugins.trac.wordpress.org/browser/user-access-manager/
Note: See
TracTickets for help on using
tickets.
$sCacheKey = 'getFullUsers_'.$this->getId();
It solve the issue