init $indexconf

This commit is contained in:
Uwe Steinmann 2018-03-07 12:24:59 +01:00
parent cfec7323d7
commit cf64a440da

View File

@ -62,6 +62,7 @@ if($settings->_enableFullSearch) {
$indexconf['Indexer']::init($settings->_stopWordsFile);
} else {
$index = null;
$indexconf = null;
}
$folder = $document->getFolder();