Fix saving advanced search

Fixes #379
This commit is contained in:
Dan Stillman 2013-08-31 04:47:39 -04:00
parent 2f275a187c
commit 94233108ae

View file

@ -1684,7 +1684,7 @@ Zotero.Search.prototype._buildQuery = function(){
Zotero.Search.prototype._generateKey = function () {
return Zotero.ID.getKey();
return Zotero.Utilities.generateObjectKey();
}