mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +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);
|
||||
} else {
|
||||
$index = null;
|
||||
$indexconf = null;
|
||||
}
|
||||
|
||||
$controller = Controller::factory('AddDocument');
|
||||
|
|
Loading…
Reference in New Issue
Block a user