Actions
Bug #13096
closedclass tx_version_tcemain_CommandMap contains calls to protected methods from tx_version_tcemain
Start date:
2011-02-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Stumbled upon this in PhpStorm, but you can easily test the impact of this error:
set this in your UserTS
options.workspaces.changeStageMode = any
then try to change the stage for a page
apache2: PHP Fatal error: Call to protected method tx_version_tcemain::findRealPageIds() from context 'tx_version_tcemain_CommandMap'
Solution: set the "find" functions from protected to public
Files
Actions