@@ -, +, @@ --- labels/label-edit-layout.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/labels/label-edit-layout.pl +++ a/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) = @_; --