From 20be853b28f934a8233e10c48330cc7b71d0e68d Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 25 Jan 2017 15:56:46 +0100 Subject: [PATCH] bug with action menu --- lib/Thruk/Controller/api_conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Thruk/Controller/api_conf.pm b/lib/Thruk/Controller/api_conf.pm index a2470d6..60b93ff 100644 --- a/lib/Thruk/Controller/api_conf.pm +++ b/lib/Thruk/Controller/api_conf.pm @@ -962,7 +962,7 @@ sub hosts { } # This is where we edit - elsif ( $host and $submit eq "Submit" ) { + elsif ( $host ) { my %hidden = ( "page_type" => "hosts", "host" => $host