Skip to content

Commit

Permalink
fix: Update openy_demo_nlanding.module
Browse files Browse the repository at this point in the history
  • Loading branch information
podarok authored May 1, 2023
1 parent 8aed994 commit 05e0e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/openy_demo_nlanding/openy_demo_nlanding.module
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function openy_demo_nlanding_pef_pages() {
*/
$get_activity_id_by_title = function ($title) {
$query = \Drupal::entityQuery('node')
->accessCheck(FALSE)
->condition('type', 'activity')
->condition('title', $title);
$result = $query->execute();
Expand Down

0 comments on commit 05e0e10

Please sign in to comment.