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

(-)a/Koha/Logger.pm (-1 / +8 lines)
Lines 204-209 sub context { Link Here
204
    return $self;
204
    return $self;
205
}
205
}
206
206
207
sub history {
208
    my ( $self, @history) = @_;
209
    if ( @history ) {
210
        $self->{history} = \@history;
211
    }
212
    return $self->{history} || [];
213
}
214
207
=head1 AUTHOR
215
=head1 AUTHOR
208
216
209
Kyle M Hall, E<lt>kyle@bywatersolutions.comE<gt>
217
Kyle M Hall, E<lt>kyle@bywatersolutions.comE<gt>
210
- 

Return to bug 33020