Skip to content

Commit

Permalink
[BUGFIX] Fix ExtensionScanner mismatch
Browse files Browse the repository at this point in the history
Due to #88498 a bug within the Extension
Scanner was introduced where the scanner
did not find the expected results due to
wrong information.

Resolves: #88639
Related: #88498
Releases: master
Change-Id: I47f0393fafd4860f058eeba6828b5143b6e1b8c2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61157
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bmack committed Jun 27, 2019
1 parent 92bcb1c commit 5a6b061
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,22 +291,22 @@
'Breaking-88458-RemovedFrontendTrackUserFtuFunctionality.rst',
],
],
'$GLOBALS[\'TYPO3_CONF_VARS\'][\'TYPO3_MISC\'][\'microtime_start\']' => [
'$GLOBALS[\'TYPO3_MISC\'][\'microtime_start\']' => [
'restFiles' => [
'Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst',
],
],
'$GLOBALS[\'TYPO3_CONF_VARS\'][\'TYPO3_MISC\'][\'microtime_end\']' => [
'$GLOBALS[\'TYPO3_MISC\'][\'microtime_end\']' => [
'restFiles' => [
'Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst',
],
],
'$GLOBALS[\'TYPO3_CONF_VARS\'][\'TYPO3_MISC\'][\'microtime_BE_USER_start\']' => [
'$GLOBALS[\'TYPO3_MISC\'][\'microtime_BE_USER_start\']' => [
'restFiles' => [
'Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst',
],
],
'$GLOBALS[\'TYPO3_CONF_VARS\'][\'TYPO3_MISC\'][\'microtime_BE_USER_end\']' => [
'$GLOBALS[\'TYPO3_MISC\'][\'microtime_BE_USER_end\']' => [
'restFiles' => [
'Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst',
],
Expand Down

0 comments on commit 5a6b061

Please sign in to comment.