Changeset 2358
- Timestamp:
- 05/16/08 09:03:04 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/Template/ContextHandlers.pm
r2356 r2358 7420 7420 } 7421 7421 } 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; 7423 7424 } 7424 7425 }
