Bug 6755 follow up
authorAlex Arnaud <alex.arnaud@biblibre.com>
Thu, 22 Sep 2011 09:05:13 +0000 (11:05 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 22 Sep 2011 21:48:28 +0000 (09:48 +1200)
Use C4::Templates::_get_template_file instead od C4::Output::_get_template_file
in preferences.pl

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
admin/preferences.pl

index b022516..055f69d 100755 (executable)
@@ -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;