Project

General

Profile

Bug #20585 ยป 11289_TYPO3_trunk.patch

Administrator Admin, 2009-06-06 14:57

View differences:

t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php (working copy)
* @author Ingo Renner <ingo@typo3.org>
*/
public function setCacheDirectory($cacheDirectory) {
$documentRoot = t3lib_div::getIndpEnv('TYPO3_DOCUMENT_ROOT') . '/';
$documentRoot = PATH_site;
// resetting if an absolute path is given
if ($cacheDirectory{0} == '/') {
    (1-1/1)