diff --git a/chrome/chromeFiles/content/scholar/xpcom/ingester.js b/chrome/chromeFiles/content/scholar/xpcom/ingester.js index 89a1af4d54..94d85e036c 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/ingester.js +++ b/chrome/chromeFiles/content/scholar/xpcom/ingester.js @@ -208,7 +208,7 @@ Scholar.OpenURL = new function() { */ function createContextObject(item, version) { if(item.toArray) { - item = itemObject.toArray(); + item = item.toArray(); } var identifiers = new Array();