Project

General

Profile

Bug #21086 ยป 11992.diff

Administrator Admin, 2009-09-19 21:11

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie)
if (!empty($cacheEntry[0]['treelist'])) {
// cache hit
t3lib_div::devLog('Cache Treelist: HIT', 'tslib_cObj');
return $cacheEntry[0]['treelist'];
} else {
// cache miss
t3lib_div::devLog('Cache Treelist: MISS', 'tslib_cObj');
}
// If Id less than zero it means we should add the real id to list:
    (1-1/1)