Project

General

Profile

Bug #23707 ยป 15960.patch

Administrator Admin, 2010-10-11 15:49

View differences:

typo3/sysext/dbal/class.ux_t3lib_db.php (working copy)
t3lib_div::writeFile(PATH_typo3conf . 'temp_fieldInfo.php', $cachedFieldInfo);
if (strcmp(t3lib_div::getUrl(PATH_typo3conf . 'temp_fieldInfo.php'), $cachedFieldInfo)) {
die('typo3temp/temp_incfields.php was NOT updated properly (written content didn\'t match file content) - maybe write access problem?');
die(PATH_typo3conf . 'temp_fieldInfo.php was NOT updated properly (written content didn\'t match file content) - maybe write access problem?');
}
}
}
    (1-1/1)