Fix index rebuild
This commit is contained in:
parent
ccf2a05c49
commit
0abd903917
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ Zotero.Fulltext = new function(){
|
|||
|
||||
|
||||
function indexItems(items, complete, ignoreErrors) {
|
||||
if (Array.isArray(items)) {
|
||||
if (!Array.isArray(items)) {
|
||||
items = [items];
|
||||
}
|
||||
var items = Zotero.Items.get(items);
|
||||
|
|
Loading…
Reference in a new issue