Skip to content

Commit fdec708

Browse files
authored
[BUGFIX] clickstorm#333 Incompatibility with easydb/typo3-integration
1 parent a13995f commit fdec708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_localconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tce']['formevals']['Clickstorm\\CsSeo\\Evaluation\\TCA\\RobotsExistsEvaluator'] = '';
1515

1616
// new field types
17-
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1524490067] = [
17+
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1524490066] = [
1818
'nodeName' => 'snippetPreview',
1919
'priority' => 30,
2020
'class' => SnippetPreview::class,

0 commit comments

Comments
 (0)