From d53daa339212c025be637adf37df732e1ba08e5b Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 11 Feb 2016 10:05:21 +0000 Subject: [PATCH] Bug 15632 [QA Followup] - Change method type to _type for bug 15446 Signed-off-by: Brendan A Gallagher --- Koha/Patron/Message.pm | 4 ++-- Koha/Patron/Messages.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Patron/Message.pm b/Koha/Patron/Message.pm index 501e6ee5cd..a928fa5a01 100644 --- a/Koha/Patron/Message.pm +++ b/Koha/Patron/Message.pm @@ -68,11 +68,11 @@ sub delete { return $self->SUPER::delete($self); } -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Message'; } diff --git a/Koha/Patron/Messages.pm b/Koha/Patron/Messages.pm index 4f2f9f4ebf..a5dd8abbf2 100644 --- a/Koha/Patron/Messages.pm +++ b/Koha/Patron/Messages.pm @@ -35,11 +35,11 @@ Koha::Patron::Messages - Koha Message Object set class =cut -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Message'; } -- 2.20.1