commit 0ea328dac5d0c73e77e450b3ce60d4643ca5bd2c parent 7e5b46b146fba5d34ffc6a6af2717d08d9b5417a Author: Dan Stillman <dstillman@zotero.org> Date: Sun, 26 Jun 2016 02:02:22 -0400 Fix changing of linked attachment base directory Diffstat:
| M | chrome/content/zotero/preferences/preferences_advanced.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/preferences/preferences_advanced.js b/chrome/content/zotero/preferences/preferences_advanced.js @@ -335,7 +335,7 @@ Zotero_Preferences.Attachment_Base_Directory = { return false; } - return changePath(newPath); + return this.changePath(newPath); }),