Skip to content

Commit

Permalink
[TASK] Remove deprecated TYPO3 constants
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzog committed Nov 6, 2023
1 parent 39caefe commit fa91714
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
// Early return when installing per ZIP: autoload is not yet generated
return;
}
if (!(TYPO3_REQUESTTYPE & (TYPO3_REQUESTTYPE_BE | TYPO3_REQUESTTYPE_CLI))) {
// Do nothing when not in any of the desirable modes.
return;
}

/**************************************************** Instances ***************************************************/
$configContainer = GeneralUtility::makeInstance(ConfigContainer::class);
Expand Down

0 comments on commit fa91714

Please sign in to comment.