Bug #14153 » bug_75.diff
TYPO3core/t3lib/class.t3lib_extfilefunc.php 2006-01-17 19:43:52.000000000 +0100 | ||
---|---|---|
exec($cmd);
|
||
}
|
||
clearstatcache();
|
||
t3lib_div::fixPermissions($theDestFile);
|
||
if (@is_file($theDestFile)) {
|
||
$this->writelog(2,0,1,'File "%s" copied to "%s"',Array($theFile,$theDestFile));
|
||
return $theDestFile;
|
- « Previous
- 1
- 2
- Next »