From 5c5ecedb3f1cfed8d97ba837bfa98427d4a6ec5e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Sat, 27 Oct 2018 15:53:34 +0000 Subject: [PATCH] Bug 18591: Fix pluralization of type Signed-off-by: Nick Clemens --- Koha/Illcomments.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Illcomments.pm b/Koha/Illcomments.pm index 060fa802bc..57330e76cc 100644 --- a/Koha/Illcomments.pm +++ b/Koha/Illcomments.pm @@ -38,7 +38,7 @@ Return this object's type =cut sub _type { - return 'Illcomments'; + return 'Illcomment'; } =head3 object_class -- 2.20.1