Show
Ignore:
Timestamp:
07/09/08 02:47:30 (17 months ago)
Author:
takayama
Message:

Fixed BugId:80382
* Changed to removes fileinfo records when entry was deleted.

  • CMS, Atom and XMLRPC
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/ArchiveType/CategoryYearly.pm

    r2500 r2737  
    187187sub archive_entries_count { 
    188188    my $obj = shift; 
    189     my ( $blog, $at, $entry ) = @_; 
    190     my $cat = $entry->category; 
     189    my ( $blog, $at, $entry, $cat ) = @_; 
     190    $cat = $entry->category unless $cat; 
    191191    return 0 unless $cat; 
    192192    return $obj->SUPER::archive_entries_count(