Project

General

Profile

Actions

Bug #15200

closed

wrong Access check in RTE WIzard

Added by Christian A about 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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 #1

Updated by Sebastian Kurfuerst almost 19 years ago

fixed in CVS.

Actions

Also available in: Atom PDF