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)
Actions