Show
Ignore:
Timestamp:
04/02/08 01:56:18 (20 months ago)
Author:
bchoate
Message:

Fixed assignment of entry class for publishing pages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/WeblogPublisher.pm

    r1618 r1704  
    139139        @at = ($set_at); 
    140140        my $archiver = $mt->archiver($set_at); 
    141         $entry_class = $archiver->{entry_class} || "entry"; 
     141        $entry_class = $archiver->entry_class || "entry"; 
    142142    } 
    143143    else {