Show
Ignore:
Timestamp:
06/26/08 03:17:22 (17 months ago)
Author:
fumiakiy
Message:

Changed signature of session_state method so it returns the authenticated commenter object for use in app. The object is required in resolving MTCS case # 80320 and 80328.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/lib/MT/App/Comments.pm

    r2544 r2644  
    14041404    return $app->error("Invalid request.") unless $jsonp; 
    14051405 
    1406     my $state = $app->session_state; 
     1406    my ( $state, $commenter ) = $app->session_state; 
    14071407 
    14081408    require JSON;