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

(-)a/opac/ilsdi.pl (-2 / +1 lines)
Lines 133-139 C4::Context->set_userenv( Link Here
133
    undef, undef, undef, 'CRON', 'CRON', undef,
133
    undef, undef, undef, 'CRON', 'CRON', undef,
134
    undef, undef, undef, undef,  undef
134
    undef, undef, undef, undef,  undef
135
);
135
);
136
C4::Context->interface('opac'); #FIXME 'ilsdi' should be a valid value?
136
C4::Context->interface('api');
137
137
138
# If user requested a service description, then display it
138
# If user requested a service description, then display it
139
if ( scalar $cgi->param('service') eq "Describe" and any { scalar $cgi->param('verb') eq $_ } @services ) {
139
if ( scalar $cgi->param('service') eq "Describe" and any { scalar $cgi->param('verb') eq $_ } @services ) {
140
- 

Return to bug 24754