Actions
Bug #71458
closedfullQuoteArray can't handle boolean values for $noQuote
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-11-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The api for fullQuoteArray allows the parameter $noQuote to be boolean but converts it automatically to false in line 884 as $noQuote isn't a string nor an array. We should either change the function or the parameter description.
Updated by Morton Jonuschat almost 9 years ago
- Category set to Database API (Doctrine DBAL)
Updated by Gerrit Code Review almost 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 https://review.typo3.org/46017
Updated by Gerrit Code Review almost 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 https://review.typo3.org/46017
Updated by Morton Jonuschat almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 31009f1eac7e9e90278ff99658f21b34f5ce43d9.
Actions