@@ -, +, @@ --- opac/ilsdi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/ilsdi.pl +++ a/opac/ilsdi.pl @@ -133,7 +133,7 @@ C4::Context->set_userenv( undef, undef, undef, 'CRON', 'CRON', undef, undef, undef, undef, undef, undef ); -C4::Context->interface('opac'); #FIXME 'ilsdi' should be a valid value? +C4::Context->interface('api'); # If user requested a service description, then display it if ( scalar $cgi->param('service') eq "Describe" and any { scalar $cgi->param('verb') eq $_ } @services ) { --