Bugzilla – Attachment 65015 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), 961 bytes, created by
Aleisha Amohia
on 2017-07-13 05:18:17 UTC
(
hide
)
Description:
Bug 18934: Preventing warns in Admin -> SMS providers
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-07-13 05:18:17 UTC
Size:
961 bytes
patch
obsolete
>From 4b83eeaed0c0f6c39c6f7c4cdcb44079e8fa330c 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 >--- > 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 4592acf..614204c 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.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 18934
:
65015
|
65034