Bugzilla – Attachment 5534 Details for
Bug 6755
Problems with switching languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow up patch
0001-bug-6755-follow-up-Use-C4-Templates-_get_template_fi.patch (text/plain), 928 bytes, created by
Alex Arnaud
on 2011-09-22 09:11:53 UTC
(
hide
)
Description:
Follow up patch
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2011-09-22 09:11:53 UTC
Size:
928 bytes
patch
obsolete
>From 86d7d6a97c0452ba25cfd29d74283825d11ff6b8 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 22 Sep 2011 11:05:13 +0200 >Subject: [PATCH] bug/6755 follow up - Use C4::Templates::_get_template_file instead od C4::Output::_get_template_file in preferences.pl > >--- > 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6755
:
5146
|
5382
|
5385
|
5407
|
5534
|
5538
|
5539
|
5565
|
5597
|
5807
|
5808
|
5809
|
6831