Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Mar 7, 2024
1 parent ebe0fd5 commit 035e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Utility/HookUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static function registerHooks($extKey): void
if (($GLOBALS['TYPO3_REQUEST'] ?? null) instanceof ServerRequestInterface
&& ApplicationType::fromRequest($GLOBALS['TYPO3_REQUEST'])->isBackend()
) {
self::registerBackendHooks($extKey);
self::registerBackendHooks();
}
}

Expand Down

0 comments on commit 035e4dd

Please sign in to comment.