From d95f3e7c63672f3dab1d53d89ed1f43e829e4337 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Tue, 13 Feb 2018 22:12:31 +0100 Subject: [PATCH] [TASK] Bring back version check variable --- ext_tables.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext_tables.php b/ext_tables.php index 144ac8eca0..61480314ea 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -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'] = [