Project

General

Profile

Bug #14577 » index.diff

Administrator Admin, 2005-07-27 11:38

View differences:

new_index.php Mon Jul 25 21:02:31 2005
$TSFE->clear_preview();
$TSFE->determineId();
// *******************************************
// Get compressed $TCA-Array();
// After this, we should now have a valid $TCA, though minimized
// *******************************************
$TSFE->getCompressedTCarray();
// Now, if there is a backend user logged in and he has NO access to this page, then re-evaluate the id shown!
if ($TSFE->beUserLogin && !$BE_USER->extPageReadAccess($TSFE->page)) {
......
// Get compressed $TCA-Array();
// After this, we should now have a valid $TCA, though minimized
// *******************************************
$TSFE->getCompressedTCarray();
//$TSFE->getCompressedTCarray();
// ********************************
(1-1/2)