[Koha-patches] [PATCH] bug/6755 follow up - Use C4::Templates::_get_template_file instead od C4::Output::_get_template_file in preferences.pl

alex.arnaud at biblibre.com alex.arnaud at biblibre.com
Thu Sep 22 14:53:26 CEST 2011


From: Alex Arnaud <alex.arnaud at biblibre.com>

---
 admin/preferences.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/preferences.pl b/admin/preferences.pl
index b022516..055f69d 100755
--- a/admin/preferences.pl
+++ b/admin/preferences.pl
@@ -175,7 +175,7 @@ sub TransformPrefsToHTML {
 sub _get_pref_files {
     my ( $input, $open_files ) = @_;
 
-    my ( $htdocs, $theme, $lang, undef ) = C4::Output::_get_template_file( 'admin/preferences/admin.pref', 'intranet', $input );
+    my ( $htdocs, $theme, $lang, undef ) = C4::Templates::_get_template_file( 'admin/preferences/admin.pref', 'intranet', $input );
 
     my %results;
 
-- 
1.7.0.4



More information about the Koha-patches mailing list