diff --git a/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php b/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php
index 74ce565e590a89d5d20550a1008f4e4c7bb81513..9ed7b69a90ec39fe56274845f2a89aa284c7789a 100644
--- a/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php
+++ b/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php
@@ -153,6 +153,8 @@ class PageRepository implements LoggerAwareInterface
      */
     protected function init($show_hidden)
     {
+        $this->where_groupAccess = '';
+
         $cache = $this->getRuntimeCache();
         $cacheIdentifier = 'PageRepository_hidDelWhere' . ($show_hidden ? 'ShowHidden' : '') . '_' . (int)$this->versioningWorkspaceId;
         $cacheEntry = $cache->get($cacheIdentifier);