Skip to content
Snippets Groups Projects
Commit a7fb8097 authored by Andreas Wolf's avatar Andreas Wolf Committed by Helmut Hummel
Browse files

[TASK] Move local driver configuration file to EXT:core

The configuration file for FAL's local driver was still placed in
t3lib/. This commit moves it to the more appropriate directory
Configuration/Resource/Driver in EXT:core.

Resolves: #40235
Releases: 6.0
Change-Id: I2bcc7d39cfea2ec84733eba7770b26467465a291
Reviewed-on: http://review.typo3.org/15259
Reviewed-by: Benjamin Mack
Tested-by: Benjamin Mack
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
parent d6e915d6
Branches
Tags
No related merge requests found
......@@ -196,7 +196,7 @@ return array(
'Local' => array(
'class' => 'TYPO3\\CMS\\Core\\Resource\\Driver\\LocalDriver',
'shortName' => 'Local',
'flexFormDS' => 'FILE:t3lib/file/Driver/Configuration/LocalDriverFlexForm.xml',
'flexFormDS' => 'FILE:EXT:core/Configuration/Resource/Driver/LocalDriverFlexForm.xml',
'label' => 'Local filesystem'
)
),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment