Actions
Bug #41292
closedFAL: copy in file module leads to fatal error "Call to a member function getIdentifier()"
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2012-09-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
having a file fo.php in 2 folders and trying to copy one of them into the other folder leads to a fatal error
Fatal error: Call to a member function getIdentifier() on a non-object in master\typo3\sysext\core\Classes\Utility\File\ExtendedFileUtility.php on line 492
this line is
$this->writelog(2, 0, 1, 'File "%s" copied to "%s"', array($sourceFileObject->getIdentifier(), $resultObject->getIdentifier()));
Actions