Skip to content

Commit 4310561

Browse files
committed
BUGFIX: Make zotero collections for indexes available
1 parent c47c5c8 commit 4310561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/config.xqm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ declare function config:synchronize-zotero-connection-collections($project-name
13311331
let $collection-xml :=
13321332
<collections>
13331333
{
1334-
for $i in (1 to $block-count)
1334+
for $i in (0 to $block-count -1)
13351335
return
13361336
try {
13371337
let $parameters := "limit="||$limit||"&amp;start="||string(number($i)*number($limit))

0 commit comments

Comments
 (0)