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
Branches
Tags
1 merge request!120Issue #3350591: Missing query access check in LpHostEntityListBuilder
......@@ -67,6 +67,7 @@ class LpHostEntityListBuilder extends EntityListBuilder {
$total = $this->getStorage()
->getQuery()
->accessCheck(FALSE)
->count()
->execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment