@@ -, +, @@ --- Koha/Patron/Image.pm | 4 ++-- Koha/Patron/Images.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/Koha/Patron/Image.pm +++ a/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'; } --- a/Koha/Patron/Images.pm +++ a/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'; } --