Actions
Bug #21822
closedclass.tslib_content.php misses the editPanelLinkWrap_doWrap method available in earlier T3 releases. Causes Fatal Error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While trying to upgrade to Typo3 4.3.0 from 4.2.8 on a testing server I became the following error:
Fatal error: Call to undefined method tslib_cObj::editPanelLinkWrap_doWrap() in /var/www/testing/typo3_src-4.3.0/typo3/sysext/cms/tslib/class.tslib_content.php
After searching around for the function I found the function in the file typo3/sysext/feedit/view/class.tx_feedit_editpanel.php on line 275.
Change is not documented in SVN and breaks things with a fatal error.
(issue imported from #M12981)
Updated by Susanne Moog about 14 years ago
This function was never meant for public use (as you can see from the now protected use in feedit) and is now gone since two major versions, so I'm closing this bug.
Actions