Skip to content
Snippets Groups Projects
Commit 93556a0b authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Update ViewHelpers and deprecated calls

parent ade20f16
No related branches found
No related tags found
2 merge requests!13Feature remove sg news ajax plugin,!8Feature upgrade to9 lts
......@@ -22,7 +22,7 @@ $EM_CONF[$_EXTKEY] = [
'version' => '5.7.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-9.5.99',
'typo3' => '8.7.0-9.5.99',
'php' => '7.0.0-7.3.99',
],
'conflicts' => [],
......
......@@ -72,7 +72,7 @@ if (\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('sg_ajax')) {
// hook registration
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] =
'EXT:sg_news/Classes/TCA/TcaProvider.php:SGalinski\SgNews\TCA\TcaProvider';
'SGalinski\SgNews\TCA\TcaProvider';
// Xclasses
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects']['TYPO3\CMS\Core\Page\PageRenderer'] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment