Show
Ignore:
Timestamp:
05/18/08 02:41:05 (19 months ago)
Author:
auno
Message:

Fixed to redirect same screen after publishing for archive template. BugzID:79797

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/CMS/Common.pm

    r2301 r2382  
    355355                # archive rebuild support 
    356356                $q->param( 'id', $obj->id ); 
     357                $q->param( 'reedit', $obj->id ); 
    357358                return $app->forward( 'publish_archive_templates' ); 
    358359            }