]> git.sesse.net Git - ccbs/commitdiff
Fix a bad bug where noadmin would never be set.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Jul 2005 18:09:39 +0000 (18:09 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 17 Jul 2005 18:09:39 +0000 (18:09 +0000)
html/ccbs.pm

index 9d5c44fd337008ea05f4329fcabf77b54a8a3bb1..7940dd92fbf028514947221cca49709e609c4a11 100755 (executable)
@@ -79,7 +79,7 @@ sub process_template {
        my ($page, $title, $vars) = @_;
        $vars->{'page'} = $page;
        $vars->{'title'} = $title;
-       $vars->{'public'} = $config::ccbs::noadmin;
+       $vars->{'public'} = $ccbs::config::noadmin;
        $vars->{'timetogenerate'} = sprintf "%.3f", Time::HiRes::tv_interval($start_time);
        
        my $config = {