projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[BUGFIX] Add PATH_site to extension scanner
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
install
/
Configuration
/
ExtensionScanner
/
Php
/
ConstantMatcher.php
diff --git
a/typo3/sysext/install/Configuration/ExtensionScanner/Php/ConstantMatcher.php
b/typo3/sysext/install/Configuration/ExtensionScanner/Php/ConstantMatcher.php
index
90e3bc7
..
5e2c5b0
100644
(file)
--- a/
typo3/sysext/install/Configuration/ExtensionScanner/Php/ConstantMatcher.php
+++ b/
typo3/sysext/install/Configuration/ExtensionScanner/Php/ConstantMatcher.php
@@
-173,4
+173,9
@@
return [
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
]
],
+ 'PATH_site' => [
+ 'restFiles' => [
+ 'Deprecation-85285-DeprecatedSystemConstants.rst',
+ ]
+ ]
];