diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html
index bef8c6d4..0636fe0a 100644
--- a/resources/report/html/loot-plugin-editor.html
+++ b/resources/report/html/loot-plugin-editor.html
@@ -498,7 +498,7 @@ loot-editor-close
}
if (tempData.userlist && tempData.userlist.tag) {
tempData.userlist.tag.forEach(function(tag) {
- var tagData = tempData.convTagObj(tag);
+ var tagData = Plugin.prototype.convTagObj(tag);
tables[j].addRow(tagData);
}, tempData);
}