--- typo3_src-4.3.0RC1/t3lib/class.t3lib_tstemplate.php 2009-11-25 21:55:04.000000000 +0100 +++ typo3_src-4.3.0RC1/t3lib/class.t3lib_tstemplate_orig.php 2009-11-25 21:48:23.000000000 +0100 @@ -1200,11 +1200,8 @@ // find if (strstr($file,'/')) { // here it is manual media if(!strcmp(substr($file,0,6),'media/')) $file = 'typo3/sysext/cms/tslib/'.$file; - if(!$this->getFileName_backPath) { - $this->getFileName_backPath = PATH_site; - } if (@is_file($this->getFileName_backPath.$file)) { - $outFile = $this->getFileName_backPath.$file; + $outFile = $file; $fileInfo = t3lib_div::split_fileref($outFile); $OK=0; foreach ($this->allowedPaths as $val) {