Changeset 2737 for branches/release-41/lib/MT/ArchiveType/CategoryDaily.pm
- Timestamp:
- 07/09/08 02:47:30 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT/ArchiveType/CategoryDaily.pm
r2500 r2737 207 207 sub archive_entries_count { 208 208 my $obj = shift; 209 my ( $blog, $at, $entry ) = @_;210 my $cat = $entry->category;209 my ( $blog, $at, $entry, $cat ) = @_; 210 $cat = $entry->category unless $cat; 211 211 return 0 unless $cat; 212 212 return $obj->SUPER::archive_entries_count(
