Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2017-07-20 17:05:25 +02:00
commit 7c01cadb2f

View File

@ -642,6 +642,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');