diff --git a/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php b/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php index 237970b43f131ec0273bc861d531c6cc669cd6fc..74fca205db4a1f71dd99cd8de1ec2349dec46b3c 100644 --- a/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php +++ b/typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php @@ -112,11 +112,6 @@ class DefaultFactory 'type' => DirectoryNode::class, 'targetPermission' => $directoryPermission, ), - array( - 'name' => 'llxml', - 'type' => DirectoryNode::class, - 'targetPermission' => $directoryPermission, - ), array( 'name' => 'locks', 'type' => DirectoryNode::class, diff --git a/typo3/sysext/install/Classes/Report/InstallStatusReport.php b/typo3/sysext/install/Classes/Report/InstallStatusReport.php index 7357a430f8199a0d395badec61e06ee83b6ddc35..cd798fbee764411c62a9106e9e022d7ec3ce7efd 100644 --- a/typo3/sysext/install/Classes/Report/InstallStatusReport.php +++ b/typo3/sysext/install/Classes/Report/InstallStatusReport.php @@ -65,7 +65,6 @@ class InstallStatusReport implements \TYPO3\CMS\Reports\StatusProviderInterface 'typo3temp/' => 2, 'typo3temp/pics/' => 2, 'typo3temp/temp/' => 2, - 'typo3temp/llxml/' => 2, 'typo3temp/cs/' => 2, 'typo3temp/GB/' => 2, 'typo3temp/locks/' => 2,