Bugzilla – Attachment 65034 Details for
Bug 18934
Warns in Admin -> SMS providers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18934: Preventing warns in Admin -> SMS providers
Bug-18934-Preventing-warns-in-Admin---SMS-provider.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2017-07-13 21:27:04 UTC
(
hide
)
Description:
Bug 18934: Preventing warns in Admin -> SMS providers
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-07-13 21:27:04 UTC
Size:
1.02 KB
patch
obsolete
>From 88ab0ef5791d2b428399690c505ac42aba4616df Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 13 Jul 2017 05:16:53 +0000 >Subject: [PATCH] Bug 18934: Preventing warns in Admin -> SMS providers > >This patch initialises the $op variable to prevent the warns > >To test: >1) Go to admin -> sms providers >2) Notice warns in error log >3) Apply patch and refresh page >4) Notice warns are gone > >Sponsored-by: Catalyst IT > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > admin/sms_providers.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/sms_providers.pl b/admin/sms_providers.pl >index 4592acf8f8..614204ccc0 100755 >--- a/admin/sms_providers.pl >+++ b/admin/sms_providers.pl >@@ -41,7 +41,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > } > ); > >-my $op = $cgi->param('op'); >+my $op = $cgi->param('op') || ''; > my $id = $cgi->param('id'); > my $name = $cgi->param('name'); > my $domain = $cgi->param('domain'); >-- >2.11.0
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 18934
:
65015
| 65034