diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js index eb9bfc968f..8afb27caab 100644 --- a/chrome/content/zotero/xpcom/collectionTreeView.js +++ b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -43,7 +43,7 @@ Zotero.CollectionTreeView = function() this._highlightedRows = {}; this._unregisterID = Zotero.Notifier.registerObserver(this, ['collection', 'search', 'share', 'group', 'bucket']); this._containerState = {}; - this._duplicatesLibraries = []; + this._duplicateLibraries = []; this._unfiledLibraries = []; }