@@ -, +, @@ --- Koha/Illcomments.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Illcomments.pm +++ a/Koha/Illcomments.pm @@ -38,7 +38,7 @@ Return this object's type =cut sub _type { - return 'Illcomments'; + return 'Illcomment'; } =head3 object_class --