Actions
Bug #14316
closedem ignores PEAR compatible classes
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2004-09-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if opening tag is in a new line (as recommended by PEAR) i.e.
class new_class
{ // PEAR
instead of
class new_class { //TYPO3
then the em will complain that the class is not included in the file.
Solution
line 2665 check for [{]*
(see attached patch)
Regs Peter.
(issue imported from #M359)
Files
Actions