Changeset 1765
- Timestamp:
- 04/04/08 03:49:15 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-33/lib/MT/Template/ContextHandlers.pm
r1764 r1765 3699 3699 $terms{status} = MT::Entry::RELEASE(); 3700 3700 3701 if (!$entries && $class_type eq 'entry') {3701 if (!$entries && ($class_type eq 'entry' || $class_type eq 'page')) { 3702 3702 if ($ctx->{inside_mt_categories}) { 3703 3703 if (my $cat = $ctx->stash('category')) {
