Show
Ignore:
Timestamp:
06/19/08 05:52:32 (18 months ago)
Author:
takayama
Message:

Fixed BugId:80147
* The archive type without a mapping was disabled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/php/lib/block.mtarchivelist.php

    r2294 r2606  
    2525          $repeat = false; 
    2626          return ''; 
     27        } 
     28        $map = $ctx->mt->db->fetch_templatemap( 
     29            array('type' => $at, 'blog_id' => $blog['blog_id'])); 
     30        if (empty($map)) { 
     31            $repeat = false; 
     32            return ''; 
    2733        } 
    2834        $ctx->localize($localvars);