www

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

commit 94233108ae89b9085005e481a03425039818c45b
parent 2f275a187c946f452b3286fb1b786651c5f8f53c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 31 Aug 2013 04:47:39 -0400

Fix saving advanced search

Fixes #379

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

diff --git a/chrome/content/zotero/xpcom/search.js b/chrome/content/zotero/xpcom/search.js @@ -1684,7 +1684,7 @@ Zotero.Search.prototype._buildQuery = function(){ Zotero.Search.prototype._generateKey = function () { - return Zotero.ID.getKey(); + return Zotero.Utilities.generateObjectKey(); }