@@ -253,15 +253,15 @@ |
||
253 | 253 | private static array $_default_magic_class_privileges = []; |
254 | 254 | |
255 | 255 | /** |
256 | - * Internal cache of the content privileges of users on content objects, this is |
|
257 | - * an associative array using a combination of the user identifier and the object's |
|
258 | - * guid as index. The privileges for the anonymous user use the magic |
|
259 | - * EVERYONE as user identifier. |
|
260 | - * |
|
261 | - * This must not be merged with the class-wide privileges_cache, because otherwise |
|
262 | - * class_default_privileges for child objects might be overridden by parent default |
|
263 | - * privileges |
|
264 | - */ |
|
256 | + * Internal cache of the content privileges of users on content objects, this is |
|
257 | + * an associative array using a combination of the user identifier and the object's |
|
258 | + * guid as index. The privileges for the anonymous user use the magic |
|
259 | + * EVERYONE as user identifier. |
|
260 | + * |
|
261 | + * This must not be merged with the class-wide privileges_cache, because otherwise |
|
262 | + * class_default_privileges for child objects might be overridden by parent default |
|
263 | + * privileges |
|
264 | + */ |
|
265 | 265 | private static array $_content_privileges_cache = []; |
266 | 266 | |
267 | 267 | /** |