Skip to content

Commit

Permalink
fix: access for Drupal 10
Browse files Browse the repository at this point in the history
  • Loading branch information
podarok committed May 1, 2023
1 parent 23a1e08 commit 8fab58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RepeatManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function getSessionInstancesBySession(NodeInterface $node) {
->getStorage('repeat')
->getQuery()
->condition('session', $node->id())
->accessCheck(FALSE)
->execute();

return $this->storage->loadMultiple($ids);
Expand Down

0 comments on commit 8fab58e

Please sign in to comment.