Task #82920
closedFix notices in cached ext_localconf.php
100%
Description
Cached localconf contains line like:
$_EXTCONF = $GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'][$_EXTKEY];
This will throw a notice when ['extConf'][$_EXTKEY] is not set.
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54557
Updated by Tymoteusz Motylewski about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ee33fc2ee9efed4c74937b73ae65460425c84e3f.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54565
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54565
Updated by Tymoteusz Motylewski about 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 1b891d618a7d8b62d1859eaa080d59721008f4c9.