Project

General

Profile

Bug #96824 » file_node.patch

Markus Goldbach, 2022-02-11 09:11

View differences:

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(
'',
(2-2/2)