Show
Ignore:
Timestamp:
05/20/08 03:52:23 (19 months ago)
Author:
fumiakiy
Message:

Added missing methods to child classes of ArchiveType, by applying the patch from Ogawa-san. Thanks! BugId:79796

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/ArchiveType/CategoryMonthly.pm

    r2372 r2399  
    213213} 
    214214 
    215 sub date_range { 
    216     MT::ArchiveType::Monthly::date_range(@_); 
    217 } 
     215*date_range             = \&MT::ArchiveType::Monthly::date_range; 
     216*next_archive_entry     = \&MT::ArchiveType::Date::next_archive_entry; 
     217*previous_archive_entry = \&MT::ArchiveType::Date::previous_archive_entry; 
    218218 
    2192191;