Skip to content

Commit 7167c20

Browse files
committed
[BUGFIX] correct path towards SearchForm Template
This is a required bugfix on case-sensitive file systems.
1 parent 3c9cfd4 commit 7167c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/Private/TypoScript/SearchPlugin.ts2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ prototype(Flowpack.SearchPlugin:Search) {
3232

3333

3434
prototype(Flowpack.SearchPlugin:Search.Form) < prototype(TYPO3.TypoScript:Template) {
35-
templatePath = 'resource://Flowpack.SearchPlugin/Private/Templates/NodeTypes/Search.Form.Html'
35+
templatePath = 'resource://Flowpack.SearchPlugin/Private/Templates/NodeTypes/Search.Form.html'
3636
searchWord = ${request.arguments.search}
3737
}
3838

0 commit comments

Comments
 (0)