Bugzilla – Attachment 122290 Details for
Bug 28572
Replace C4::Debug with Koha::Logger->debug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28572: Fix misc/admin/koha-preferences
Bug-28572-Fix-miscadminkoha-preferences.patch (text/plain), 784 bytes, created by
Jonathan Druart
on 2021-06-22 14:58:24 UTC
(
hide
)
Description:
Bug 28572: Fix misc/admin/koha-preferences
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-06-22 14:58:24 UTC
Size:
784 bytes
patch
obsolete
>From dec8c3a11a84afc069f97c2adc21f4104aad88d9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 22 Jun 2021 16:57:29 +0200 >Subject: [PATCH] Bug 28572: Fix misc/admin/koha-preferences > >--- > misc/admin/koha-preferences | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/admin/koha-preferences b/misc/admin/koha-preferences >index fce288ead7e..635c7a581c1 100755 >--- a/misc/admin/koha-preferences >+++ b/misc/admin/koha-preferences >@@ -53,7 +53,7 @@ sub print_usage { > sub _set_preference { > my ( $preference, $value ) = @_; > >- Koha::Logger->get->debug($message); >+ Koha::Logger->get->debug("Setting $preference to $value"); > > if ( $preference->{type} eq 'YesNo' > && $value ne '0' >-- >2.20.1
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 28572
:
122118
|
122147
|
122216
|
122217
|
122218
| 122290 |
122291
|
122303
|
122304