Actions
Bug #15200
closedwrong Access check in RTE WIzard
Start date:
2005-11-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In method checkEditAccess in file wizard_rte.php the versioning pid is fixed with the line:
t3lib_BEfunc::fixVersioningPid($table,$uid);
But the second argument of this function call has to be the page row. So this line should be:
t3lib_BEfunc::fixVersioningPid($table,$calcPRec);
(issue imported from #M1854)
Actions