From e1476c5ee2135ea093928d8c21be2c4ce75ea47f Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Mon, 20 Aug 2018 08:46:04 +0200 Subject: [PATCH 1/1] [BUGFIX] Remove check for TYPO3_MODE in ext_tables MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit With TYPO3 v9.0, all simple TYPO3_MODE checks of all system extensions were removed, however EXT:rsaauth was somehow forgotten. Resolves: #85904 Releases: master Change-Id: If76b25813d323e0604a0a48596f2cd3d113f833a Reviewed-on: https://review.typo3.org/57963 Tested-by: TYPO3com Reviewed-by: Björn Jacob Tested-by: Björn Jacob Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters --- typo3/sysext/rsaauth/ext_tables.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/typo3/sysext/rsaauth/ext_tables.php b/typo3/sysext/rsaauth/ext_tables.php index c8c64ea6bb5d..125da1666633 100644 --- a/typo3/sysext/rsaauth/ext_tables.php +++ b/typo3/sysext/rsaauth/ext_tables.php @@ -1,6 +1,4 @@