[TYPO3-workspace] FYI #12505: Fatal error in versioning extension because of calls to non-existent function

Susanne Moog typo3 at susannemoog.de
Mon Jan 24 20:51:46 CET 2011


The following patch was committed to trunk rev 3976

Type: Bugfix

Bugtracker references:
http://forge.typo3.org/issues/12505

Branches:
trunk

Problem:
In tx_version_tcemain there are two references to the non-existant
method t3lib_TCEmain->rawCopyPageContent. This method was probably moved
to the version extension in a restructuring but the calls where forgotten.

Solution:
Call $this->rawCopyPageContent instead.

Additional information:
Thanks to Steffen G for reporting and suggesting the solution.

Susanne

-- 
What's worth the price is always worth the fight
Every second counts 'cause there's no second try

TYPO3 Core Team Member


More information about the TYPO3-team-workspace mailing list