Changeset 2491

Show
Ignore:
Timestamp:
06/03/08 06:29:08 (17 months ago)
Author:
fumiakiy
Message:

Preserve the value of build_dynamic before and after previewing template. BugId:80001

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/lib/MT/CMS/Template.pm

    r2458 r2491  
    969969    $param{new_object} = $param{id} ? 0 : 1; 
    970970    $param{name} = $tmpl->name; 
     971    $q->param( 'build_dynamic', $tmpl->build_dynamic ); 
    971972    my $cols = $tmpl->column_names; 
    972973    for my $col (@$cols) {