Changeset 1766

Show
Ignore:
Timestamp:
04/04/08 03:51:15 (23 months ago)
Author:
takayama
Message:

Fixed BugId:70282
* Changed to use isset function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/php/lib/function.mtarchivecount.php

    r1750 r1766  
    1414        $archiver = $_archivers[$at]; 
    1515    } 
    16     if ((!$archiver && $ctx->stash('inside_mt_categories')) || 
     16    if ((!isset($archiver) && $ctx->stash('inside_mt_categories')) || 
    1717        ($ctx->stash('inside_mt_categories') && !$archiver->is_date_based())) { 
    1818        return $ctx->tag('MTCategoryCount', $args);