Skip to content

Commit

Permalink
[TASK][!!!] Update code to PHP 8 and add compatibility with TYPO3 12 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ervaude committed May 16, 2024
1 parent f2214ed commit 97c6210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

defined('TYPO3_MODE') or die();
defined('TYPO3') or die();

// Define state cache, if not already defined
if (!is_array($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['geocoding'] ?? false)) {
Expand Down

0 comments on commit 97c6210

Please sign in to comment.