Project

General

Profile

Bug #57950 ยป PackageManager.patch

Henrik Braune, 2014-04-15 15:44

View differences:

typo3/sysext/core/Classes/Package/PackageManager.php (revision )
protected function getCacheIdentifier() {
if ($this->cacheIdentifier === NULL) {
if (@file_exists($this->packageStatesPathAndFilename)) {
$this->cacheIdentifier = md5_file($this->packageStatesPathAndFilename);
$this->cacheIdentifier = md5(PATH_site . md5_file($this->packageStatesPathAndFilename));
} else {
$this->cacheIdentifier = NULL;
}
    (1-1/1)