set $indexconf to null if fulltext is disabled

This commit is contained in:
Uwe Steinmann 2017-07-20 17:04:26 +02:00
parent c44b7853b2
commit 2fe4724bfd

View File

@ -620,6 +620,7 @@ switch($command) {
$indexconf['Indexer']::init($settings->_stopWordsFile);
} else {
$index = null;
$indexconf = null;
}
$controller = Controller::factory('AddDocument');