Fix changing of linked attachment base directory

This commit is contained in:
Dan Stillman 2016-06-26 02:02:22 -04:00
parent 7e5b46b146
commit 0ea328dac5

View file

@ -335,7 +335,7 @@ Zotero_Preferences.Attachment_Base_Directory = {
return false;
}
return changePath(newPath);
return this.changePath(newPath);
}),