From f37ae8568e50c49e5c968282de142dc2a86600fe Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 11 Mar 2013 22:54:01 +0000 Subject: [PATCH] remove unecessary assign --- Netdisco/lib/App/Netdisco/Web/Plugin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Netdisco/lib/App/Netdisco/Web/Plugin.pm b/Netdisco/lib/App/Netdisco/Web/Plugin.pm index 851a4ed8..860680af 100644 --- a/Netdisco/lib/App/Netdisco/Web/Plugin.pm +++ b/Netdisco/lib/App/Netdisco/Web/Plugin.pm @@ -95,7 +95,6 @@ register 'register_report' => sub { foreach my $item (@{setting('reports_menu')->{ $config->{category} }}) { if ($item eq $config->{tag}) { - $item = $config->{tag}; setting('reports')->{$config->{tag}} = $config; return; }