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();