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

(-)a/C4/Log.pm (-2 / +1 lines)
Lines 84-90 sub logaction { Link Here
84
84
85
    my $logger = Koha::Logger->get(
85
    my $logger = Koha::Logger->get(
86
        {
86
        {
87
            interface => 'intranet',
87
            interface => $interface,
88
            category  => "ActionLogs.$modulename.$actionname"
88
            category  => "ActionLogs.$modulename.$actionname"
89
        }
89
        }
90
    );
90
    );
91
- 

Return to bug 23896