Changeset 2323
- Timestamp:
- 05/14/08 07:33:09 (18 months ago)
- Files:
-
- 1 modified
-
branches/release-38/lib/MT/CMS/Template.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/CMS/Template.pm
r2309 r2323 2068 2068 } else { 2069 2069 # nothing left after this publish operation; just return 2070 # to the listingscreen.2070 # to the edit screen. 2071 2071 $return_args = $app->uri_params( 2072 mode => ' list',2072 mode => 'view', 2073 2073 args => { 2074 _type => 'template', 2075 blog_id => scalar $app->param('blog_id'), 2076 published => 1 2074 _type => 'template', 2075 blog_id => scalar $app->param('blog_id'), 2076 published => 1, 2077 id => $tmpl_id, 2078 saved => 1, 2077 2079 } 2078 2080 );
