Skip to content

Commit

Permalink
BUGFIX: storageFolder is set again
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Feb 1, 2016
1 parent 7146f42 commit 2edaed8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class SqLiteIndex implements IndexInterface {
*/
public function __construct($indexName, $storageFolder) {
$this->indexName = $indexName;
$this->storageFolder = $storageFolder;
}

/**
Expand Down

0 comments on commit 2edaed8

Please sign in to comment.