Actions
Bug #20582
closedcaching of pagesections uses superfluos serialize() call
Start date:
2009-06-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in class tslib_tstemplate the caching of pagesections uses a superflous serialize() call.
functions start() and getCurrentPageData()
serialize/unserialize is not needed here since the variableFrontend can store arrays directly
solution:
remove serialize/unserialize
(issue imported from #M11286)
Files
Updated by Steffen Kamper over 15 years ago
+1
first chunk can be simplified, $currentPageData is not needed
Actions