diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js index 27f99c494..ce3df3572 100644 --- a/chrome/content/zotero/xpcom/fulltext.js +++ b/chrome/content/zotero/xpcom/fulltext.js @@ -78,7 +78,7 @@ Zotero.Fulltext = Zotero.FullText = new function(){ pdfInfoFileName += '.exe'; } - let dir = FileUtils.getFile('AChrom', []).parent; + let dir = FileUtils.getDir('AChrom', []).parent; _pdfData = dir.clone(); _pdfData.append('poppler-data');