@@ -418,8 +418,8 @@ |
||
| 418 | 418 | if (!$statement) { |
| 419 | 419 | $queryBuilder = static::getQueryBuilderForTable('pages'); |
| 420 | 420 | $queryBuilder->getRestrictions() |
| 421 | - ->removeAll() |
|
| 422 | - ->add(GeneralUtility::makeInstance(DeletedRestriction::class)); |
|
| 421 | + ->removeAll() |
|
| 422 | + ->add(GeneralUtility::makeInstance(DeletedRestriction::class)); |
|
| 423 | 423 | |
| 424 | 424 | $queryBuilder |
| 425 | 425 | ->select( |