Changeset 1959 for branches/release-35/lib/MT/CMS/Template.pm
- Timestamp:
- 04/17/08 23:23:13 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-35/lib/MT/CMS/Template.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/lib/MT/CMS/Template.pm
r1949 r1959 1268 1268 require MT::PublishOption; 1269 1269 my $build_type = $app->param('build_type'); 1270 1270 1271 if ( $build_type == MT::PublishOption::SCHEDULED() ) { 1271 1272 my $period = $app->param('schedule_period'); … … 1281 1282 } 1282 1283 $obj->rebuild_me($rebuild_me); 1283 $obj->build_dynamic( $build_type == MT::PublishOption::DYNAMIC() ? 1 : 0 );1284 1285 1284 1; 1286 1285 }
