Bug #20560 ยป class.t3lib_cache_backend_apcbackend.php.patch
class.t3lib_cache_backend_apcbackend.php (working copy) | ||
---|---|---|
$this->addIdentifierToTags($entryIdentifier, $tags);
|
||
} else {
|
||
throw new t3lib_cache_Exception(
|
||
'Could not set value. ' . $exception->getMessage(),
|
||
'Could not set value.',
|
||
1232986877
|
||
);
|
||
}
|