diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js index fab78f13b..98e790580 100644 --- a/chrome/content/zotero/xpcom/fulltext.js +++ b/chrome/content/zotero/xpcom/fulltext.js @@ -654,7 +654,7 @@ Zotero.Fulltext = new function(){ try { proc.runw(true, args, args.length); - var totalPages = getTotalPagesFromFile(itemID); + var totalPages = yield getTotalPagesFromFile(itemID); } catch (e) { Components.utils.reportError(e);