www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 8edd8830dad26713fcc2b9ea1099bafc4efda780
parent 90a27f8d4b540eddb30ff64c2422dca17746aa40
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 19 May 2017 08:19:50 -0400

Remove reference to 'publications' library type in URI.getLibraryPath()

Diffstat:
Mchrome/content/zotero/xpcom/uri.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/uri.js b/chrome/content/zotero/xpcom/uri.js @@ -89,7 +89,6 @@ Zotero.URI = new function () { switch (libraryType) { case 'user': - case 'publications': var id = Zotero.Users.getCurrentUserID(); if (!id) { id = 'local/' + Zotero.Users.getLocalUserKey();