Bug #23707 ยป 15960.patch
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?');
|
||
}
|
||
}
|
||
}
|