Missed file in previous commit
This commit is contained in:
parent
f482f65a46
commit
4bbce8187c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue