mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
pass logger to fulltextservice
This commit is contained in:
parent
30c2b8a493
commit
9b07f6e943
|
@ -4,6 +4,7 @@ $fulltextservice = null;
|
|||
if($settings->_enableFullSearch) {
|
||||
require_once("inc.ClassFulltextService.php");
|
||||
$fulltextservice = new SeedDMS_FulltextService();
|
||||
$fulltextservice->setLogger($logger);
|
||||
|
||||
if($settings->_fullSearchEngine == 'sqlitefts') {
|
||||
$indexconf = array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user