fix url vs uri typo

This commit is contained in:
Dan Mills 2009-01-15 18:43:44 -08:00
parent 6891a3b69a
commit 704d1c079a

View File

@ -328,7 +328,7 @@ HistoryStore.prototype = {
changeItemID: function HStore_changeItemID(oldID, newID) {
try {
let uri = Utils.makeURI(this._findURLByGUID(oldID).uri);
let uri = Utils.makeURI(this._findURLByGUID(oldID).url);
this._anno.setPageAnnotation(uri, "weave/guid", newID, 0, 0);
} catch (e) {
this._log.debug("Could not change item ID: " + e);