www

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

commit 72bb8acfd15f13427e9aaebf4b36487e08a1b76d
parent 0f2e24dc5cab5ccdac7411d6846bcfcd938904c3
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  3 Oct 2014 16:06:01 -0400

Fix previous commit

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -1316,7 +1316,7 @@ Components.utils.import("resource://gre/modules/Services.jsm"); * @param {Exception} err */ function logError(err) { - Zotero.debug(log, 1); + Zotero.debug(err, 1); log(err.message ? err.message : err.toString(), "error", err.fileName ? err.fileName : (err.filename ? err.filename : null), null, err.lineNumber ? err.lineNumber : null, null);