Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 94a97dd

Browse files
author
Minh-Thien Nhan
committed
Adjust typo3 variable for TYPO3 8.7 compatibility
1 parent c8dc0b8 commit 94a97dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vendor/create_caretaker_instance_keys.php.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
$handle = fopen('<%= fetch(:caretaker_instance_keys_path) %>', 'w');
44
fwrite($handle, "<?php
5-
\$TYPO3_CONF_VARS['EXT']['extConf']['caretaker_instance'] = serialize(
5+
\$GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['caretaker_instance'] = serialize(
66
array_replace_recursive(
7-
unserialize(\$TYPO3_CONF_VARS['EXT']['extConf']['caretaker_instance']),
7+
unserialize(\$GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['caretaker_instance']),
88
array (
99
'crypto.' => array(
1010
'instance.' => array(

0 commit comments

Comments
 (0)