Skip to content

Commit

Permalink
[TASK] Bring back version check variable
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Feb 13, 2018
1 parent 7bc1c60 commit d95f3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
$configuration = \GeorgRinger\News\Utility\EmConfiguration::getSettings();

if (TYPO3_MODE === 'BE') {
$isVersion9Up = \TYPO3\CMS\Core\Utility\VersionNumberUtility::convertVersionNumberToInteger(TYPO3_version) >= 9000000;

// Extend user settings
$GLOBALS['TYPO3_USER_SETTINGS']['columns']['newsoverlay'] = [
Expand Down

0 comments on commit d95f3e7

Please sign in to comment.