Project

General

Profile

Bug #25045 ยป feedit.patch

Administrator Admin, 2011-02-15 16:26

View differences:

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));
}
}
}
    (1-1/1)