Actions
Bug #46075
closedExtDirectApi uses an undefined variable
Start date:
2013-03-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Method generateAPI()
sets $className
inside the condition but later uses it without checking if it is empty or not. The result is PHP warning "Invalid argument supplied for foreach()".
Files
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18760
Updated by Dmitry Dulepov over 11 years ago
- File sentry-report.png sentry-report.png added
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/19115
Updated by Anonymous over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7218ab01bb9a9e8a7ab4eeb0fae212295802b4fd.
Actions