mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 04:56:06 +00:00
init $indexconf just in case the full text engine is turned off
This commit is contained in:
parent
d4c6dc8962
commit
04c83d0fff
|
@ -92,6 +92,7 @@ if (get_magic_quotes_gpc()) {
|
|||
unset($process);
|
||||
}
|
||||
|
||||
$indexconf = null;
|
||||
if($settings->_enableFullSearch) {
|
||||
if($settings->_fullSearchEngine == 'sqlitefts') {
|
||||
$indexconf = array(
|
||||
|
|
Loading…
Reference in New Issue
Block a user