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
Updated by Peter Russ over 19 years ago
Could it be also included into 3.8.beta2.
Just checked the line and there is NO change to 3.7
Updated by Karsten Dambekalns over 18 years ago
The attached patch will be sent to the core list for approval.
Actions