Show
Ignore:
Timestamp:
02/29/08 12:20:47 (21 months ago)
Author:
fumiakiy
Message:

Logout is MT::App method.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-30/lib/MT/App/CMS.pm

    r1397 r1433  
    125125        'start_upload_entry' => "${pkg}Asset::start_upload_entry", 
    126126        'logout'             => { 
    127             code           => \&logout, 
     127            code           => sub { $_[0]->SUPER::logout(@_) }, 
    128128            requires_login => 0, 
    129129        },