Show
Ignore:
Timestamp:
2008/04/04 16:06:53 (5 ヶ月 ago)
Author:
piroli
Message:

MT3.15beta1に対応

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • SearchResultsCache/trunk/plugins/SearchResultsCache/SearchResultsCache.pl

    r32 r58  
    1414use vars qw( $MYNAME $VERSION ); 
    1515$MYNAME = 'SearchResultsCache'; 
    16 $VERSION = '1.0.0'; 
     16$VERSION = '1.1.0'; 
    1717 
    1818use base qw( MT::Plugin ); 
     
    3838no warnings qw( redefine ); 
    3939 
    40 my $sub_original = \&MT::App::Search::execute
    41 *MT::App::Search::execute = sub { 
    42        my( $app ) = @_; 
     40my $sub_original = \&MT::App::Search::process
     41*MT::App::Search::process = sub { 
     42    my( $app ) = @_; 
    4343 
    4444    ### Initialize cache component