Changeset 2168
- Timestamp:
- 04/30/08 23:04:42 (23 months ago)
- Files:
-
- 1 modified
-
branches/release-37/lib/MT/CMS/Blog.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-37/lib/MT/CMS/Blog.pm
r2127 r2168 1876 1876 $blog->include_cache( $app->param('include_cache') ? 1 : 0 ); 1877 1877 require MT::PublishOption; 1878 if ( ( $blog->custom_dynamic_templates eq 'all' 1879 || $blog->custom_dynamic_templates eq 'archives' ) 1880 && ( $app->model('template')->exist( 1878 if ( ( $app->model('template')->exist( 1881 1879 { blog_id => $blog->id, build_type => MT::PublishOption::DYNAMIC() }) 1882 1880 || $app->model('templatemap')->exist(
