Bug #23000 ยป 14870.diff
t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php (working copy) | ||
---|---|---|
* @void
|
||
* @author Robert Lemke <robert@typo3.org>
|
||
*/
|
||
public function setCache(t3lib_cache_frontend_frontend $cache) {
|
||
public function setCache(t3lib_cache_frontend_Frontend $cache) {
|
||
parent::setCache($cache);
|
||
if (empty($this->cacheDirectory)) {
|