Changeset 2738

Show
Ignore:
Timestamp:
07/09/08 03:52:34 (16 months ago)
Author:
fumiakiy
Message:

Typo!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/App/Search.pm

    r2511 r2738  
    486486    } 
    487487    if ( my $template = $q->param('Template') ) { 
    488         $template =~ s/[\w\-\.]//g; 
     488        $template =~ s/[^\w\-\.]//g; 
    489489        $ctx->stash('template_id', $template); 
    490490    }