Skip to content

Commit

Permalink
bug with action menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Jan 25, 2017
1 parent 4315e38 commit 20be853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Thruk/Controller/api_conf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20be853

Please sign in to comment.