Bugzilla – Attachment 127540 Details for
Bug 29452
Unnecessary warns in sip logs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29452: remove unnecessary warns in the logs
Bug-29452-remove-unnecessary-warns-in-the-logs.patch (text/plain), 937 bytes, created by
Martin Renvoize (ashimema)
on 2021-11-11 14:52:25 UTC
(
hide
)
Description:
Bug 29452: remove unnecessary warns in the logs
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-11-11 14:52:25 UTC
Size:
937 bytes
patch
obsolete
>From a64eb855826e96c97b2c949ebd09f7e7abd0adcb Mon Sep 17 00:00:00 2001 >From: Christophe Croullebois <christophe.croullebois@biblibre.com> >Date: Wed, 10 Nov 2021 16:23:54 +0100 >Subject: [PATCH] Bug 29452: remove unnecessary warns in the logs > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/SIP/Sip.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/Sip.pm b/C4/SIP/Sip.pm >index 2842a611b6..bd834f2447 100644 >--- a/C4/SIP/Sip.pm >+++ b/C4/SIP/Sip.pm >@@ -99,7 +99,7 @@ sub maybe_add { > return q{} if first { $_ eq $fid } @fields; > } > >- if ( $fid eq FID_SCREEN_MSG && $server->{account}->{screen_msg_regex} ) { >+ if ( $fid eq FID_SCREEN_MSG && $server->{account}->{screen_msg_regex} && defined($value)) { > foreach my $regex ( > ref $server->{account}->{screen_msg_regex} eq "ARRAY" > ? @{ $server->{account}->{screen_msg_regex} } >-- >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 29452
:
127514
|
127540
|
127541