Bugzilla – Attachment 8383 Details for
Bug 7765
label-edit-layout.pl $layout scoping for plack #20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
plack1.diff (text/plain), 725 bytes, created by
Dobrica Pavlinusic
on 2012-03-21 09:26:50 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-03-21 09:26:50 UTC
Size:
725 bytes
patch
obsolete
>commit 4cedab6a5d7f676a6dafb4aee0526fe7700360d7 >Author: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Tue Mar 20 14:24:44 2012 +0100 > > fix label $layout scoping #20 > >diff --git a/labels/label-edit-layout.pl b/labels/label-edit-layout.pl >index 5a45d5c..db3d32c 100755 >--- a/labels/label-edit-layout.pl >+++ b/labels/label-edit-layout.pl >@@ -44,7 +44,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > my $op = $cgi->param('op') || $ARGV[0] || ''; > my $layout_id = $cgi->param('layout_id') || $cgi->param('element_id') || $ARGV[1] || ''; > my $layout_choice = $cgi->param('layout_choice') || ''; >-my $layout = ''; >+our $layout = ''; > > sub _set_selected { > my ($type_list, $object, $data_type) = @_;
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 7765
:
8383
|
8418
|
8472