Changeset 4909

Show
Ignore:
Timestamp:
10/28/09 11:18:55 (5 weeks ago)
Author:
fumiakiy
Message:

Call invoke_handler instead of calling tag handler directly. BugId:102924 Thanks Fujimoto-san for the patch!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/lib/MT/App/Search.pm

    r4875 r4909  
    828828        or return $app->json_error( $tmpl->errstr ); 
    829829 
    830     my $next_link = $ctx->_hdlr_next_link(); 
     830    my $next_link = $ctx->invoke_handler('nextlink'); 
    831831    return $app->json_result( 
    832832        { content => $content, next_url => $next_link } );