Index: branches/release-35/lib/MT/CMS/Template.pm
===================================================================
--- branches/release-35/lib/MT/CMS/Template.pm (revision 1949)
+++ branches/release-35/lib/MT/CMS/Template.pm (revision 1959)
@@ -1268,4 +1268,5 @@
     require MT::PublishOption;
     my $build_type = $app->param('build_type');
+
     if ( $build_type == MT::PublishOption::SCHEDULED() ) {
         my $period   = $app->param('schedule_period');
@@ -1281,6 +1282,4 @@
     }
     $obj->rebuild_me($rebuild_me);
-    $obj->build_dynamic( $build_type == MT::PublishOption::DYNAMIC() ? 1 : 0 );
-
     1;
 }
