Show
Ignore:
Timestamp:
05/16/08 09:03:04 (19 months ago)
Author:
takayama
Message:

Fixed BugId:79783
* fixed for QA work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/Template/ContextHandlers.pm

    r2356 r2358  
    74207420            } 
    74217421        } elsif (my $cat = $ctx->stash('archive_category')) { 
    7422             $args->{category} ||= [ 'OR', [ $cat ] ]; 
     7422            $args->{category} ||= [ 'OR', [ $cat ] ] 
     7423                if $cat->class eq $cat_class_type; 
    74237424        } 
    74247425    }