This commit is contained in:
Dan Stillman 2017-07-30 15:25:10 -04:00
parent 5123c21e0d
commit 33eb31d6e2

View file

@ -312,7 +312,7 @@ Zotero.Server.Connector.SavePage.prototype = {
}
var { library, collection, editable } = Zotero.Server.Connector.getSaveTarget();
var libaryID = library.libraryID;
var libraryID = library.libraryID;
// set handlers for translation
var me = this;