diff --git a/op/op.Ajax.php b/op/op.Ajax.php index 1526bfd50..0fdaaab6c 100644 --- a/op/op.Ajax.php +++ b/op/op.Ajax.php @@ -620,6 +620,7 @@ switch($command) { $indexconf['Indexer']::init($settings->_stopWordsFile); } else { $index = null; + $indexconf = null; } $controller = Controller::factory('AddDocument');