Skip to content
Snippets Groups Projects
Commit baa872d5 authored by Joshua Sedler's avatar Joshua Sedler :cartwheel_tone2: Committed by Justin Toupin
Browse files

Issue #3350591: Missing query access check in LpHostEntityListBuilder

parent 2ad01156
No related branches found
No related tags found
1 merge request!120Issue #3350591: Missing query access check in LpHostEntityListBuilder
...@@ -67,6 +67,7 @@ class LpHostEntityListBuilder extends EntityListBuilder { ...@@ -67,6 +67,7 @@ class LpHostEntityListBuilder extends EntityListBuilder {
$total = $this->getStorage() $total = $this->getStorage()
->getQuery() ->getQuery()
->accessCheck(FALSE)
->count() ->count()
->execute(); ->execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment