Skip to content

Commit

Permalink
remove duplicate lines for eID_include and taxajax_include
Browse files Browse the repository at this point in the history
  • Loading branch information
franzholz committed Mar 4, 2021
1 parent 4958090 commit 703f223
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,6 @@
}
}

if (
TYPO3_MODE == 'FE' && \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded(TAXAJAX_EXT)
) {
if (
version_compare(TYPO3_version, '9.5.0', '<')
) {
$GLOBALS['TYPO3_CONF_VARS']['FE']['eID_include'][TT_PRODUCTS_EXT] = \JambageCom\TtProducts\Controller\TaxajaxController::class . '::processRequest';
} else {
$GLOBALS['TYPO3_CONF_VARS']['FE']['taxajax_include'][TT_PRODUCTS_EXT] = \JambageCom\TtProducts\Controller\TaxajaxController::class . '::processRequest';
}
}

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig('options.saveDocNew.tt_products=1');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig( 'options.saveDocNew.tt_products_language=1');
Expand Down

0 comments on commit 703f223

Please sign in to comment.