mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-16 01:59:16 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
8d38bb7669
|
@ -59,7 +59,8 @@ class SeedDMS_SQLiteFTS_Term {
|
|||
8 => 'content',
|
||||
9 => 'created',
|
||||
10 => 'user',
|
||||
11 => 'status'
|
||||
11 => 'status',
|
||||
12 => 'path'
|
||||
);
|
||||
$this->field = $fields[$col];
|
||||
$this->_occurrence = $occurrence;
|
||||
|
|
Loading…
Reference in New Issue
Block a user