Skip to content
Snippets Groups Projects

Issue #3350591: Missing query access check in LpHostEntityListBuilder

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -67,6 +67,7 @@ class LpHostEntityListBuilder extends EntityListBuilder {
$total = $this->getStorage()
->getQuery()
->accessCheck(FALSE)
->count()
->execute();
Loading