From a526deebd1489e09c7a00a72f64042e71d0d4fda 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 https://bugs.koha-community.org/show_bug.cgi?id=21311 --- 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.11.0