Bug #21086 ยป 11992.diff
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:
|