Signed-off-by: Galen Charlton <gmcha...@gmail.com>
---
 opac/opac-detail.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl
index db4939e..2cb5304 100755
--- a/opac/opac-detail.pl
+++ b/opac/opac-detail.pl
@@ -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") ); 
-- 
1.7.0

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to