Actions
Bug #24425
closedPageRenderer static members
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
These variables should not be declared static in 'class.t3lib_pagerenderer.php':
protected static $jsFiles = array ();
protected static $jsFooterFiles = array ();
protected static $jsLibs = array ();
protected static $jsFooterLibs = array ();
protected static $cssFiles = array ();
(issue imported from #M16855)
Updated by Alexander Opitz almost 11 years ago
- Status changed from New to Closed
- Target version deleted (
0) - Is Regression set to No
This vars aren't static in current master so closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Actions