Show
Ignore:
Timestamp:
01/22/08 00:15:49 (23 months ago)
Author:
bsmith
Message:

Merging commits from release-28 changesets 1274 to 1306

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-29/php/lib/block.mtentries.php

    r1264 r1308  
    6161            $archiver->setup_args($ctx, $args); 
    6262        } 
    63         if (($cat = $ctx->stash('category')) && $args['class'] == 'entry') { 
     63        if (($cat = $ctx->stash('category')) && ($args['class'] == 'entry' || $args['class'] == 'page')) { 
    6464            $args['category'] or $args['categories'] or $args['category_id'] = $cat['category_id']; 
    6565            if ($ctx->stash('inside_mt_categories')) {