---
title: "Deprecation: #86338 - Change visibility of PageRepository->init"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-86338"
source: "Changelog/9.5/Deprecation-86338-ChangeVisibilityOfPageRepository-init.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #86338 - Change visibility of PageRepository->init

See [forge#86338](https://forge.typo3.org/issues/86338)

## Description

The method `TYPO3\CMS\Frontend\Page\PageRepository::init()` is now called implicitly within the constructor.

## Impact

Calling the method will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations

Any TYPO3 installation with extensions directly calling `TYPO3\CMS\Frontend\Page\PageRepository::init()`.

## Migration

Remove the method call. The constructor is taking care of calling the method.
