From 8edd8830dad26713fcc2b9ea1099bafc4efda780 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 19 May 2017 08:19:50 -0400 Subject: [PATCH] Remove reference to 'publications' library type in URI.getLibraryPath() --- chrome/content/zotero/xpcom/uri.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/uri.js b/chrome/content/zotero/xpcom/uri.js index d2191fa287..0275b32b32 100644 --- 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();