From 0ea328dac5d0c73e77e450b3ce60d4643ca5bd2c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 26 Jun 2016 02:02:22 -0400 Subject: [PATCH] Fix changing of linked attachment base directory --- 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 index 5c1a42414..9d466dae5 100644 --- 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); }),