mirror of
https://github.com/zotero/zotero.git
synced 2026-09-23 00:43:17 +00:00
Fix typo
This commit is contained in:
parent
12b72581ab
commit
f71ad877b1
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ Zotero.Translate.ItemGetter.prototype = {
|
|||
var targetFile = Components.classes["@mozilla.org/file/local;1"].
|
||||
createInstance(Components.interfaces.nsILocalFile);
|
||||
targetFile.initWithFile(exportDir);
|
||||
for(var dir in attachPath.split("/")) targetFile.append(dir);
|
||||
for each(var dir in attachPath.split("/")) targetFile.append(dir);
|
||||
|
||||
// First, check that we have not gone lower than exportDir in the hierarchy
|
||||
var parent = targetFile, inExportFileDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue