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

(-)a/C4/Log.pm (-2 / +1 lines)
Lines 110-116 sub logaction { Link Here
110
            }
110
            }
111
        );
111
        );
112
    }
112
    }
113
    my $trace = @trace ? to_json( \@trace, { utf8 => 1, pretty => 1 } ) : undef;
113
    my $trace = @trace ? to_json( \@trace, { utf8 => 1, pretty => 0 } ) : undef;
114
114
115
    Koha::ActionLog->new(
115
    Koha::ActionLog->new(
116
        {
116
        {
117
- 

Return to bug 32057