mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 05:26:06 +00:00
set $indexconf to null if fulltext is disabled
This commit is contained in:
parent
c44b7853b2
commit
2fe4724bfd
|
@ -620,6 +620,7 @@ switch($command) {
|
||||||
$indexconf['Indexer']::init($settings->_stopWordsFile);
|
$indexconf['Indexer']::init($settings->_stopWordsFile);
|
||||||
} else {
|
} else {
|
||||||
$index = null;
|
$index = null;
|
||||||
|
$indexconf = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$controller = Controller::factory('AddDocument');
|
$controller = Controller::factory('AddDocument');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user