Bugzilla – Attachment 61005 Details for
Bug 18215
Resolve warning on $tls in Database.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18215: Third case which was missed.
Bug-18215-Third-case-which-was-missed.patch (text/plain), 1003 bytes, created by
Mark Tompsett
on 2017-03-10 20:06:56 UTC
(
hide
)
Description:
Bug 18215: Third case which was missed.
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-03-10 20:06:56 UTC
Size:
1003 bytes
patch
obsolete
>From b6e8a30ec59114d520c6d3c68ad107fad8656a99 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 10 Mar 2017 15:04:15 -0500 >Subject: [PATCH] Bug 18215: Third case which was missed. > >Git install old-school style a pre-tls koha >Drop the DB >Create the DB >change branch to master >Run a web install. >--- > installer/install.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/install.pl b/installer/install.pl >index fdeef0c..508496a 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -49,7 +49,7 @@ $info{'port'} = C4::Context->config("port"); > $info{'user'} = C4::Context->config("user"); > $info{'password'} = C4::Context->config("pass"); > $info{'tls'} = C4::Context->config("tls"); >- if ($info{'tls'} eq 'yes'){ >+ if ($info{'tls'} && $info{'tls'} eq 'yes'){ > $info{'ca'} = C4::Context->config('ca'); > $info{'cert'} = C4::Context->config('cert'); > $info{'key'} = C4::Context->config('key'); >-- >2.1.4
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 18215
:
60823
|
60832
|
60844
|
60846
|
60975
| 61005