---
title: "Deprecation: #66904 - $disable Option in PageRepository->getExtURL()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-66904"
source: "Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst"
typo3-version: "7.4"
typo3-major: 7
type: "deprecation"
issue: 66904
forge: "https://forge.typo3.org/issues/66904"
tags: ["PHP-API", "Frontend"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Deprecation: #66904 - $disable Option in PageRepository->getExtURL() {#deprecation-66904}

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

## Description {#description}

The second parameter `$disable` within `PageRepository->getExtURL()` has been marked as deprecated.

## Affected Installations {#affected-installations}

Any installation using the method in a third-party extension above with using the second parameter set to
`true` will throw a deprecation warning.

## Migration {#migration}

Check if redirects are enabled before the actual call to `PageRepository->getExtURL()` in a third-party extension.
