Ignore:
Timestamp:
11/28/08 21:18:36 (3 years ago)
Author:
CrawfordCurrie
Message:

Item295: another detox step, plus eliminate a warning in ACTIVATED_PLUGINS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/UI.pm

    r1050 r1054  
    134134    my ( $req, $sub, %initialContext ) = @_; 
    135135 
    136     my $cache = $req->param('twiki_redirect_cache'); 
     136    my $cache = $req->param('foswiki_redirect_cache'); 
    137137 
    138138# Never trust input data from a query. We will only accept an MD5 32 character string 
     
    155155            close(F); 
    156156            unlink($passthruFilename); 
    157             $req->delete('twiki_redirect_cache'); 
     157            $req->delete('foswiki_redirect_cache'); 
    158158            print STDERR "Passthru: Loaded and unlinked $passthruFilename\n" 
    159159              if TRACE_PASSTHRU; 
Note: See TracChangeset for help on using the changeset viewer.