From 9a27949dfccf7a664854afa6c7a1762acd5fdcff Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 22 Jun 2016 11:06:10 -0400 Subject: [PATCH] Bug 16708 - (QA followup) Fix pod copy/paste error Change Koha::Authority to Koha::MetadataRecord::Authority --- Koha/MetadataRecord/Authority.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/MetadataRecord/Authority.pm b/Koha/MetadataRecord/Authority.pm index 9adf320..c3b3314 100644 --- a/Koha/MetadataRecord/Authority.pm +++ b/Koha/MetadataRecord/Authority.pm @@ -157,10 +157,10 @@ sub authorized_heading { =head2 get_all_authorities_iterator - my $it = Koha::Authority->get_all_authorities_iterator(); + my $it = Koha::MetadataRecord::Authority->get_all_authorities_iterator(); This will provide an iterator object that will, one by one, provide the -Koha::Authority of each authority. +Koha::MetadataRecord::Authority of each authority. The iterator is a Koha::MetadataIterator object. -- 2.1.4