Actions
Bug #24161
closedstdWrap unavailable after refactoring of tslib_content
Start date:
2010-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Some older extensions like EXT:metatags try to call stdWrap() directly on the content object's $this. In the case of EXT:metatags $this is an instance of tslib_content_PhpScript. The stdWrap() method is implemented neither in tslib_content_PhpScript, nor in tslib_content_Abstract, which of course leads to a fatal error.
Solution:
Add a stdWrap() compatibility wrapper in tslib_content_Abstract.
Install and configure EXT:metatags
(issue imported from #M16507)
Files
Updated by Ingo Renner almost 14 years ago
committed (with deprecation log) to trunk (4.5) in r9500
Actions