View | Details | Raw Unified | Return to bug 33205
Collapse All | Expand All

(-)a/Koha/MetadataRecord/Authority.pm (-2 / +1 lines)
Lines 209-215 sub get_all_authorities_iterator { Link Here
209
209
210
            my $auth = __PACKAGE__->get_from_authid($row->authid);
210
            my $auth = __PACKAGE__->get_from_authid($row->authid);
211
            if (!$auth) {
211
            if (!$auth) {
212
                warn "Something went wrong reading record for authority $row->authid: $@\n";
212
                warn "Something went wrong reading record for authority " . $row->authid . ": $@\n";
213
                next;
213
                next;
214
            }
214
            }
215
            return $auth;
215
            return $auth;
216
- 

Return to bug 33205