remove unecessary assign
This commit is contained in:
@@ -95,7 +95,6 @@ register 'register_report' => sub {
|
|||||||
|
|
||||||
foreach my $item (@{setting('reports_menu')->{ $config->{category} }}) {
|
foreach my $item (@{setting('reports_menu')->{ $config->{category} }}) {
|
||||||
if ($item eq $config->{tag}) {
|
if ($item eq $config->{tag}) {
|
||||||
$item = $config->{tag};
|
|
||||||
setting('reports')->{$config->{tag}} = $config;
|
setting('reports')->{$config->{tag}} = $config;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user