[Koha-patches] [PATCH 1/4] fix malformed call of XSLTParse4Display

Galen Charlton gmcharlt at gmail.com
Sun May 9 01:01:36 CEST 2010


Signed-off-by: Galen Charlton <gmcharlt at 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




More information about the Koha-patches mailing list