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

(-)a/opac/opac-account-pay-paypal-return.pl (-2 / +1 lines)
Lines 32-38 use C4::Accounts; Link Here
32
use C4::Members;
32
use C4::Members;
33
use Koha::Database;
33
use Koha::Database;
34
34
35
my $cgi = new CGI;
35
my $cgi = new CGI qw( -utf8 );
36
36
37
unless ( C4::Context->preference('EnablePayPalOpacPayments') ) {
37
unless ( C4::Context->preference('EnablePayPalOpacPayments') ) {
38
    print $cgi->redirect("/cgi-bin/koha/errors/404.pl");
38
    print $cgi->redirect("/cgi-bin/koha/errors/404.pl");
39
- 

Return to bug 11622