Bugzilla – Attachment 103310 Details for
Bug 25172
Koha::Logger init is failing silently
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25172: Add missing filter
Bug-25172-Add-missing-filter.patch (text/plain), 1.12 KB, created by
Kyle M Hall (khall)
on 2020-04-20 17:16:25 UTC
(
hide
)
Description:
Bug 25172: Add missing filter
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-04-20 17:16:25 UTC
Size:
1.12 KB
patch
obsolete
>From 17a544d18f394b5071932bdbf215c2f23bb03406 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 20 Apr 2020 13:16:11 -0400 >Subject: [PATCH] Bug 25172: Add missing filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index d89910bac1..1c093c038c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -254,7 +254,7 @@ > [% CASE 'cannot_read_config_file' %]The log4perl config file cannot be opened. > [% CASE 'logfile_not_writable' %]One of the logfiles listed in the config file is not writable. > [% CASE 'cannot_init_module' %]The Koha::Logger module cannot be initiated correctly (check the log file). >- [% CASE %]Unknown error "[% e %]" >+ [% CASE %]Unknown error "[% e | html %]" > [% END %] > [% END %] > [% END %] >-- >2.24.2 (Apple Git-127)
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 25172
:
103088
|
103089
|
103090
|
103091
|
103300
|
103301
|
103302
|
103303
|
103304
|
103305
|
103306
|
103307
|
103310
|
103391
|
103392
|
103393
|
103394
|
103395
|
103485