fix malformed call of XSLTParse4Display
authorGalen Charlton <gmcharlt@gmail.com>
Sat, 8 May 2010 22:05:23 +0000 (18:05 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 8 May 2010 22:05:23 +0000 (18:05 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
opac/opac-detail.pl

index db4939e..2cb5304 100755 (executable)
@@ -73,8 +73,7 @@ if ( ! $record ) {
 $template->param( biblionumber => $biblionumber );
 # XSLT processing of some stuff
 if (C4::Context->preference("OPACXSLTDetailsDisplay") ) {
-    $template->param(
-        'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail'),'opac' );
+    $template->param( 'XSLTBloc' => XSLTParse4Display($biblionumber, $record, 'Detail', 'opac') );
 }
 
 $template->param('OPACShowCheckoutName' => C4::Context->preference("OPACShowCheckoutName") );