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
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from New to Accepted
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Accepted to Under Review
- Assignee set to Tolleiv Nietsch
Updated by Tolleiv Nietsch almost 14 years ago
- Status changed from Under Review to Resolved
Committed to trunk (rev. 4148) and 4.5 (rev. 4149) thanks
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5.1)
Actions