Skip to content

Commit

Permalink
Fix editor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Apr 6, 2017
1 parent 27b0ec9 commit 507670e
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 @@ -429,7 +429,7 @@ sub display_editor {
my $name = $page_type;
$name =~ s/s$//;
my $mode = "create";
if ($c) {
if ($endpoint) {
$mode = "modify";
}
my $json_text = '';
Expand Down

0 comments on commit 507670e

Please sign in to comment.