www

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

commit ed3bc7d1f7edd3c54289566581eca3f3b341e374
parent e2993b94a4c31c90eacbe7aa11f80f534ced678f
Author: Simon Kornblith <simon@simonster.com>
Date:   Fri,  8 Jul 2011 03:54:29 +0000

Don't send 500 response without logging error


Diffstat:
Mchrome/content/zotero/xpcom/server_connector.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js @@ -473,6 +473,7 @@ Zotero.Server.Connector.SaveItem.prototype = { } sendResponseCallback(201); } catch(e) { + Zotero.logError(e); sendResponseCallback(500); } } else {