diff --git a/chrome/content/zotero/xpcom/rdf/init.js b/chrome/content/zotero/xpcom/rdf/init.js index c92275d23..c3e063057 100644 --- a/chrome/content/zotero/xpcom/rdf/init.js +++ b/chrome/content/zotero/xpcom/rdf/init.js @@ -19,7 +19,8 @@ var $rdf = { }, log: { debug: Zotero.debug, - warn: Zotero.debug + warn: Zotero.debug, + error: Zotero.debug } };