mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 05:26:06 +00:00
init $indexconf
This commit is contained in:
parent
cfec7323d7
commit
cf64a440da
|
@ -62,6 +62,7 @@ if($settings->_enableFullSearch) {
|
||||||
$indexconf['Indexer']::init($settings->_stopWordsFile);
|
$indexconf['Indexer']::init($settings->_stopWordsFile);
|
||||||
} else {
|
} else {
|
||||||
$index = null;
|
$index = null;
|
||||||
|
$indexconf = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$folder = $document->getFolder();
|
$folder = $document->getFolder();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user