@@ -261,17 +261,17 @@ |
||
261 | 261 | private static $_default_magic_class_privileges = []; |
262 | 262 | |
263 | 263 | /** |
264 | - * Internal cache of the content privileges of users on content objects, this is |
|
265 | - * an associative array using a combination of the user identifier and the object's |
|
266 | - * guid as index. The privileges for the anonymous user use the magic |
|
267 | - * EVERYONE as user identifier. |
|
268 | - * |
|
269 | - * This must not be merged with the class-wide privileges_cache, because otherwise |
|
270 | - * class_default_privileges for child objects might be overridden by parent default |
|
271 | - * privileges |
|
272 | - * |
|
273 | - * @var array |
|
274 | - */ |
|
264 | + * Internal cache of the content privileges of users on content objects, this is |
|
265 | + * an associative array using a combination of the user identifier and the object's |
|
266 | + * guid as index. The privileges for the anonymous user use the magic |
|
267 | + * EVERYONE as user identifier. |
|
268 | + * |
|
269 | + * This must not be merged with the class-wide privileges_cache, because otherwise |
|
270 | + * class_default_privileges for child objects might be overridden by parent default |
|
271 | + * privileges |
|
272 | + * |
|
273 | + * @var array |
|
274 | + */ |
|
275 | 275 | private static $_content_privileges_cache = []; |
276 | 276 | |
277 | 277 | /** |