This commit is contained in:
Dan Stillman 2011-08-02 06:49:33 +00:00
parent e9f5643ecd
commit 46fc6684c1

View file

@ -193,7 +193,7 @@ Zotero.CreatorTypes = new function() {
}
var valid = false;
var types = this.getTypesForItemType(creatorTypeID, itemTypeID);
var types = this.getTypesForItemType(itemTypeID);
for each(var type in types) {
if (type.id == creatorTypeID) {
valid = true;