Bug #96824 » file_node.patch
Classes/FolderStructure/FileNode.php → Classes/FolderStructure/FileNode.php (date 1644564708071) | ||
---|---|---|
namespace TYPO3\CMS\Install\FolderStructure;
|
||
use TYPO3\CMS\Core\Messaging\FlashMessage;
|
||
use TYPO3\CMS\Core\Utility\GeneralUtility;
|
||
use TYPO3\CMS\Install\FolderStructure\Exception\InvalidArgumentException;
|
||
/**
|
||
... | ... | |
1367048077
|
||
);
|
||
}
|
||
$result = @touch($this->getAbsolutePath());
|
||
$result = GeneralUtility::writeFile($this->getAbsolutePath(),'',true);
|
||
if ($result === true) {
|
||
return new FlashMessage(
|
||
'',
|
- « Previous
- 1
- 2
- Next »