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