Skip to content
Snippets Groups Projects
Commit 89499e2f authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3348413 by Rajab Natshah, generalredneck, jurgenhaas: Fix Entity...

Issue #3348413 by Rajab Natshah, generalredneck, jurgenhaas: Fix Entity queries must explicitly set whether the query should be access checked or not in DRD Agent
parent 92e08b33
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,6 @@ class Requirements extends Base {
/** @noinspection NullPointerExceptionInspection */
$count_admin = $query
->countQuery()
->accessCheck(FALSE)
->execute()
->fetchField();
}
......
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