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

(-)a/plugins/plugins-home.pl (-1 lines)
Lines 25-31 use CGI qw ( -utf8 ); Link Here
25
use Koha::Plugins;
25
use Koha::Plugins;
26
use C4::Auth;
26
use C4::Auth;
27
use C4::Output;
27
use C4::Output;
28
use C4::Dates;
29
use C4::Debug;
28
use C4::Debug;
30
use C4::Context;
29
use C4::Context;
31
30
(-)a/plugins/run.pl (-2 lines)
Lines 25-31 use CGI qw ( -utf8 ); Link Here
25
use Koha::Plugins::Handler;
25
use Koha::Plugins::Handler;
26
use C4::Auth;
26
use C4::Auth;
27
use C4::Output;
27
use C4::Output;
28
use C4::Dates;
29
use C4::Debug;
28
use C4::Debug;
30
use C4::Context;
29
use C4::Context;
31
30
32
- 

Return to bug 14951