diff --git a/chrome/content/zotero/xpcom/data_access.js b/chrome/content/zotero/xpcom/data_access.js index 48996fdfb..dc1da4bf2 100644 --- a/chrome/content/zotero/xpcom/data_access.js +++ b/chrome/content/zotero/xpcom/data_access.js @@ -255,6 +255,10 @@ Zotero.Item.prototype.getCreator = function(pos){ * Note: Creator data array is returned by reference */ Zotero.Item.prototype.getCreators = function(){ + if (this.getID() && !this._creatorsLoaded){ + this._loadCreators(); + } + var creators = []; for (var i=0; i