Bug #67067
closeddbal admin_get_tables() returns information in wrong format
100%
Description
The return value form admin_get_tables() is expected to be an array with tablenames as key and arrays with status information as value but the returned value is an array with tablenames as key and value.
A PHP Warning is being raised in the install tool when clearing all caches:
Illegal string offset 'Name' in .../typo3_src-master/typo3/sysext/install/Classes/Service/ClearCacheService.php line 65
As a result the cache tables also keep their content
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/39637
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39637
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39637
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41058
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d1e9309ab898e99251b1609b6adbbf63ac401326.