Changeset 2936

Show
Ignore:
Timestamp:
08/18/08 08:51:40 (4 months ago)
Author:
fumiakiy
Message:

Return to the correct screen in case of an error. BugId:79884

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/MT/CMS/Common.pm

    r2890 r2936  
    7474        } 
    7575        elsif ( ( $app->param('cfg_screen') || '' ) eq 'cfg_archives' ) { 
    76             return edit( $app, \%param ); 
     76            return MT::CMS::Blog::cfg_archives( $app, \%param ); 
    7777        } 
    7878        else {