From: Alex Arnaud <[email protected]>
---
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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/