Bugzilla – Attachment 159218 Details for
Bug 35291
File Upload vulnerability in upload-cover-image.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35291: (QA follow-up) Tidying script for QA test tools
Bug-35291-QA-follow-up-Tidying-script-for-QA-test-.patch (text/plain), 1.13 KB, created by
Aleisha Amohia
on 2023-11-23 21:09:25 UTC
(
hide
)
Description:
Bug 35291: (QA follow-up) Tidying script for QA test tools
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2023-11-23 21:09:25 UTC
Size:
1.13 KB
patch
obsolete
>From 96374bf58d6e747dd7092e839a13c9830bee6a32 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 23 Nov 2023 21:08:09 +0000 >Subject: [PATCH] Bug 35291: (QA follow-up) Tidying script for QA test tools > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > tools/upload-cover-image.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/tools/upload-cover-image.pl b/tools/upload-cover-image.pl >index 7ddd13adbcc..594096d4930 100755 >--- a/tools/upload-cover-image.pl >+++ b/tools/upload-cover-image.pl >@@ -242,8 +242,8 @@ if ($fileID) { > } > undef $srcimage; > >- if (!$error && C4::Context->preference("CataloguingLog")) { >- logaction('CATALOGUING', 'MODIFY', $biblionumber, "biblio cover image: $filename"); >+ if ( !$error && C4::Context->preference("CataloguingLog") ) { >+ logaction( 'CATALOGUING', 'MODIFY', $biblionumber, "biblio cover image: $filename" ); > } > > } >-- >2.30.2
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 35291
:
158664
|
158684
|
158685
|
158686
|
159151
|
159152
|
159153
|
159215
|
159216
|
159217
|
159218
|
159220
|
159221
|
159222
|
159223