mirror of
https://github.com/webmin/webmin.git
synced 2025-08-22 18:11:38 +00:00
Set parent section fields that would be set when reading the config
This commit is contained in:
@ -295,6 +295,8 @@ my $i = 1;
|
||||
foreach my $m (@{$section->{'members'}}) {
|
||||
$m->{'line'} = $m->{'eline'} = $section->{'line'} + $i++;
|
||||
$m->{'file'} = $section->{'file'};
|
||||
$m->{'sectionname'} = $section->{'name'};
|
||||
$m->{'sectionvalue'} = $section->{'value'};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user