Bug #25045 ยป feedit.patch
typo3_src-4.5.0.new/t3lib/class.t3lib_spritemanager.php 2011-02-15 15:48:25.000000000 +0100 | ||
---|---|---|
$this->rebuildCache();
|
||
} else {
|
||
// Set tempFileName to existing file if regeneration is not allowed
|
||
list($this->tempFileName) = t3lib_div::getFilesInDir(PATH_site . self::$tempPath, 'inc', TRUE);
|
||
$this->tempFileName = array_shift(t3lib_div::getFilesInDir(PATH_site . self::$tempPath, 'inc', TRUE));
|
||
}
|
||
}
|
||
}
|