Fix changing of linked attachment base directory
This commit is contained in:
parent
7e5b46b146
commit
0ea328dac5
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ Zotero_Preferences.Attachment_Base_Directory = {
|
|||
return false;
|
||||
}
|
||||
|
||||
return changePath(newPath);
|
||||
return this.changePath(newPath);
|
||||
}),
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue