Skip to content

Commit 2edaed8

Browse files
committed
BUGFIX: storageFolder is set again
1 parent 7146f42 commit 2edaed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Flowpack/SimpleSearch/Domain/Service/SqLiteIndex.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class SqLiteIndex implements IndexInterface {
3939
*/
4040
public function __construct($indexName, $storageFolder) {
4141
$this->indexName = $indexName;
42+
$this->storageFolder = $storageFolder;
4243
}
4344

4445
/**

0 commit comments

Comments
 (0)