Skip to content
Snippets Groups Projects
Commit 355dbde1 authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #3439574 by abhishek_gupta1: accessCheck() with TRUE or FALSE

parent a38e8549
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ class UsageController extends ControllerBase {
foreach ($results as $node) {
$q = clone $query;
$uuid = $node->getAttribute('data-entity-uuid');
$ids = array_merge($ids, $q->condition('uuid', $uuid)->execute());
$ids = array_merge($ids, $q->condition('uuid', $uuid)->accessCheck(FALSE)->execute());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment