save indexconf into settings

This commit is contained in:
Uwe Steinmann 2020-06-24 21:16:00 +02:00
parent 472caa19ba
commit d2584c7f34

View File

@ -75,6 +75,7 @@ if($settings->_enableFullSearch) {
require_once('SeedDMS/Lucene.php');
}
}
$settings->_indexconf = $indexconf;
/* Add root Dir. Needed because the view classes are included
* relative to it.