Bug 4032 XSLT systempreference takes a path to file rather than YesNo
[koha_gimpoz] / opac / opac-detail.pl
index 923f3ff..a00e976 100755 (executable)
@@ -91,7 +91,7 @@ SetUTF8Flag($record);
 
 # XSLT processing of some stuff
 if (C4::Context->preference("OPACXSLTDetailsDisplay") ) {
-    $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail', 'opac') );
+    $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, "OPACXSLTDetailsDisplay" ) );
 }