Commit de3b775d authored by Project Update Bot's avatar Project Update Bot Committed by Oriol Roselló Castells
Browse files

Issue #3286981 by Project Update Bot, atul ghate: Automated Drupal 10 compatibility fixes

parent 37efd068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -834,7 +834,7 @@ class DibaCarousel extends BlockBase implements ContainerFactoryPluginInterface
    }

    // Execute the query and get the IDs.
    $entity_ids = $query->execute();
    $entity_ids = $query->accessCheck()->execute();

    if (!empty($entity_ids)) {
      $entities = $storage->loadMultiple($entity_ids);