mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix use of undefined variable https://sourceforge.net/p/webadmin/usermin-bugs/449/
This commit is contained in:
@@ -19,7 +19,7 @@ my $goto = $minfo ? $minfo->{'dir'}."/" :
|
||||
if ($in{'page'}) {
|
||||
$goto .= "/".$in{'page'};
|
||||
}
|
||||
my $cat = $minfo ? "?$minfo->{'category'}=1" : undef;
|
||||
my $cat = $minfo ? "?$minfo->{'category'}=1" : "";
|
||||
|
||||
# Show frameset
|
||||
my $title = &get_html_framed_title();
|
||||
|
||||
Reference in New Issue
Block a user