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
Actions