Bugzilla – Attachment 8398 Details for
Bug 7775
tools/upload-file.pl: scope $uploaded_file for plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
08.diff (text/plain), 630 bytes, created by
Dobrica Pavlinusic
on 2012-03-21 10:49:03 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-03-21 10:49:03 UTC
Size:
630 bytes
patch
obsolete
>commit 4962967f34cc2e7a7698b77dbcf7be5f287a7afa >Author: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Wed Mar 21 11:47:49 2012 +0100 > > tools/upload-file.pl: scope $uploaded_file for plack > >diff --git a/tools/upload-file.pl b/tools/upload-file.pl >index d520b4d..a27e719 100755 >--- a/tools/upload-file.pl >+++ b/tools/upload-file.pl >@@ -46,7 +46,7 @@ if ($auth_status ne "ok") { > exit 0; > } > >-my $uploaded_file = C4::UploadedFile->new($sessionID); >+our $uploaded_file = C4::UploadedFile->new($sessionID); > unless (defined $uploaded_file) { > # FIXME - failed to create file for some reason > send_reply('failed', '');
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 7775
:
8398
|
8426
|
8584
|
8586