Skip to content

Commit

Permalink
munin-cgi-html: apply patch from ticket #1200
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes authored and steveschnepp committed Aug 6, 2012
1 parent d110606 commit f143b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/_bin/munin-cgi-html.in
Expand Up @@ -82,7 +82,7 @@ sub emit_page {

if(!defined $group->{"depth"} || $group->{"depth"} == 0){ #root url
my $problems = get_next_part($path);
if($problems eq "problems.html"){
if(defined $problems && $problems eq "problems.html"){
emit_problem_template(1);
} else {
unshift(@$path, $problems);
Expand Down

0 comments on commit f143b51

Please sign in to comment.