Bug Can't get permissions for all content from PermissionCache

There is a bug in this version
K

Kirby

Guest
PermissionCache has a method cacheAllContentPerms() but no corresponding method to get permissions for all content which would be quite useful in some cases.

The attached patch fixes this by adding a new method getAllContentPerms()

Continue reading...