Changeset 1934

Show
Ignore:
Timestamp:
04/16/08 18:27:23 (3 months ago)
Author:
bchoate
Message:

Fixed republish action for pages. BugId:79344

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-35/lib/MT/App/CMS.pm

    r1908 r1934  
    31543154 
    31553155            # Rebuilding something that isn't an entry, rebless as required 
    3156             if ( $type ne MT::Entry->class_type ) { 
    3157                 die "had to rebless? $e"; 
    3158                 my $pkg = MT->model($type) or next; 
    3159                 bless $e, $pkg; 
    3160            
     3156            #if ( $type ne MT::Entry->class_type ) { 
     3157            #    die "had to rebless? $e"; 
     3158            #    my $pkg = MT->model($type) or next; 
     3159            #    bless $e, $pkg; 
     3160            #
    31613161            $blogs{ $e->blog_id } = (); 
    31623162            $app->rebuild_entry(