~woffs/wcm

6e35aa1dda7f06845728a0f71ee24dda3a5ccd57 — Frank Doepper 12 years ago d10804f 20110506
avoid uninitialized value $pagetitle
1 files changed, 1 insertions(+), 1 deletions(-)

M index.pl
M index.pl => index.pl +1 -1
@@ 32,7 32,7 @@ my $redir='';                  # redirect?
my $fallback;                  # if matching page found elsewhere
my $bcurrent;                  # basename of selected page
my $abs;                       # absolute path
my $pagetitle;                 # title for HTML
my $pagetitle='';              # title for HTML

sub walktree ($$$);            # prototype needed because of recursion