Changeset 2113
- Timestamp:
- 04/26/08 01:13:49 (22 months ago)
- Files:
-
- 1 modified
-
branches/release-36/lib/MT/CMS/Common.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/lib/MT/CMS/Common.pm
r2026 r2113 370 370 } 371 371 elsif ( $type eq 'template' && $q->param('rebuild') ) { 372 if ( !$id ) { 373 # add return argument for newly created templates 374 $app->add_return_arg( id => $obj->id ); 375 } 372 376 $q->param( 'type', 'index-' . $obj->id ); 373 377 $q->param( 'tmpl_id', $obj->id );
