projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[!!!][TASK] Remove deprecated $GLOBALS['TYPO3_GLOBALS_EXT']
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
install
/
Configuration
/
ExtensionScanner
/
Php
/
ArrayGlobalMatcher.php
diff --git
a/typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php
b/typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php
index
fb7d6d6
..
8062110
100644
(file)
--- a/
typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php
+++ b/
typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php
@@
-23,6
+23,7
@@
return [
'$GLOBALS[\'TYPO3_LOADED_EXT\']' => [
'restFiles' => [
'Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst',
'$GLOBALS[\'TYPO3_LOADED_EXT\']' => [
'restFiles' => [
'Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst',
+ 'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
];
],
],
];