Show
Ignore:
Timestamp:
04/14/08 04:43:39 (20 months ago)
Author:
bchoate
Message:

Change handling of preferred page archives. BugId:76504

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/CMS/Blog.pm

    r1877 r1880  
    18531853        foreach my $tmpl_map (@tmpl_maps) { 
    18541854            if ($dcty eq 'async_partial') { 
    1855                 # build the preferred archive type synchronously 
    1856                 if (($tmpl_map->archive_type eq $pref_at) && 
     1855                # build the preferred individual/page archives synchronously 
     1856                if (($tmpl_map->archive_type =~ m/^(Individual|Page)$/) && 
    18571857                    ($tmpl_map->is_preferred)) { 
    18581858                    $tmpl_map->build_type(MT::PublishOption::ONDEMAND());