Actions
Bug #65239
closedMissing (string) cast or isset() check in HTMLparser
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2015-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
#54091 introduced a regression with a missing (string) cast or isset() check.
If fixAttrib.set is not set, it is !== '' and therefore overwrites every value.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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/37115
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6bfed6130f1cb8ede8f8174c3b4543b3606f782e.
Actions