---
title: "Breaking: #77416 - Removed property from DatabaseIntegrityCheck"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77416"
source: "Changelog/8.3/Breaking-77416-RemovedPropertyFromDatabaseIntegrityCheck.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #77416 - Removed property from DatabaseIntegrityCheck

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

## Description

The property `$perms_clause` has been removed from class `DatabaseIntegrityCheck`.

## Impact

Setting or reading this property on an instance of `\TYPO3\CMS\Core\Integrity\DatabaseIntegrityCheck` will
result in a fatal PHP error.

## Affected Installations

All installations with a 3rd party extension using this class.

## Migration

No migration available.
