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

(-)a/Koha/Logger.pm (+9 lines)
Lines 204-209 sub context { Link Here
204
    return $self;
204
    return $self;
205
}
205
}
206
206
207
=head2 history
208
209
Similar to above, Mojolicious has a "history" method and will die
210
on it if it's missing from the logger.
211
212
Note: We are just preventing a crash here not returning a new history logger.
213
214
=cut
215
207
sub history {
216
sub history {
208
    my ( $self, @history) = @_;
217
    my ( $self, @history) = @_;
209
    if ( @history ) {
218
    if ( @history ) {

Return to bug 33020