Missed file in previous commit

This commit is contained in:
Dan Stillman 2009-09-28 06:40:38 +00:00
parent f482f65a46
commit 4bbce8187c

View file

@ -119,9 +119,9 @@
<![CDATA[
this._item = val;
var parent = this.item.getSource();
var parent = this.item.getSourceKey();
if (parent) {
this.parent = Zotero.Items.get(parent);
this.parent = Zotero.Items.getByLibraryAndKey(this.item.libraryID, parent);
}
this._id('links').item = this.item;