Skip to content

Commit

Permalink
R-33520 Fixed TYPO3 Constants check for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphex2 committed Aug 3, 2022
1 parent bb2e2aa commit 64f16f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/sys_template.php
@@ -1,4 +1,4 @@
<?php
defined('TYPO3') || die();
defined('TYPO3_MODE') || die();

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('datamints_forms_get_prefill', 'Configuration/TypoScript', 'datamints forms get prefill');
2 changes: 1 addition & 1 deletion ext_tables.php
@@ -1,4 +1,4 @@
<?php
defined('TYPO3') || die();
defined('TYPO3_MODE') || die();

(static function() {})();

0 comments on commit 64f16f7

Please sign in to comment.