From 39c67f737ae475d369909f402a49221601f9c275 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Feb 2016 11:14:55 +0000 Subject: [PATCH] Bug 15635: Change method type to _type for bug 15446 Signed-off-by: Josef Moravec Signed-off-by: Kyle M Hall --- Koha/Patron/Image.pm | 4 ++-- Koha/Patron/Images.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Patron/Image.pm b/Koha/Patron/Image.pm index d7a3f6d..31e92db 100644 --- a/Koha/Patron/Image.pm +++ b/Koha/Patron/Image.pm @@ -33,11 +33,11 @@ Koha::Patron;;Image - Koha Patron;;Image Object class =cut -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Patronimage'; } diff --git a/Koha/Patron/Images.pm b/Koha/Patron/Images.pm index ddbe3fa..e91813e 100644 --- a/Koha/Patron/Images.pm +++ b/Koha/Patron/Images.pm @@ -35,11 +35,11 @@ Koha::Patron::Images - Koha Patron Image Object set class =cut -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Patronimage'; } -- 2.1.4