Skip to content
Snippets Groups Projects
Commit d4543dda authored by Oleg Rymar's avatar Oleg Rymar Committed by Andrii Podanenko
Browse files

Issue #3370209 by olegrymar: Error: Call to undefined method...

Issue #3370209 by olegrymar: Error: Call to undefined method Drupal\mysql\Driver\Database\mysql\Select::accessCheck()
parent 0b5b3c35
No related branches found
Tags 8.x-1.10
No related merge requests found
......@@ -156,7 +156,6 @@ class OrphanedEventInstanceForm extends FormBase {
->fields('efd', ['id']);
$query->leftJoin('eventseries', 'es', 'efd.eventseries_id = es.id');
$instances = $query->condition('es.id', NULL, 'IS NULL')
->accessCheck(FALSE)
->execute()
->fetchCol();
......
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