Bug 16708 - (QA followup) Fix pod copy/paste error
authorNick Clemens <nick@bywatersolutions.com>
Wed, 22 Jun 2016 15:06:10 +0000 (11:06 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 11:59:40 +0000 (11:59 +0000)
Change Koha::Authority to Koha::MetadataRecord::Authority

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/MetadataRecord/Authority.pm

index 9adf320..c3b3314 100644 (file)
@@ -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.