Bug #19607 ยป 9787.diff
t3lib/cache/backend/class.t3lib_cache_backend_db.php (working copy) | ||
---|---|---|
$this->cacheTable,
|
||
$this->getListQueryForTag($tag)
|
||
);
|
||
if (0 == count($cacheEntryRows)) { return array(); }
|
||
foreach ($cacheEntryRows as $cacheEntryRow) {
|
||
$cacheEntries[$cacheEntryRow['identifier']] = $cacheEntryRow['identifier'];
|