Changeset 2738
- Timestamp:
- 07/09/08 03:52:34 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-41/lib/MT/App/Search.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT/App/Search.pm
r2511 r2738 486 486 } 487 487 if ( my $template = $q->param('Template') ) { 488 $template =~ s/[ \w\-\.]//g;488 $template =~ s/[^\w\-\.]//g; 489 489 $ctx->stash('template_id', $template); 490 490 }
