Fix index rebuild

This commit is contained in:
Dan Stillman 2013-11-04 01:53:29 -05:00
parent ccf2a05c49
commit 0abd903917

View file

@ -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);