Index: branches/release-41/lib/MT/CMS/Blog.pm
===================================================================
--- branches/release-41/lib/MT/CMS/Blog.pm (revision 2626)
+++ branches/release-41/lib/MT/CMS/Blog.pm (revision 2652)
@@ -893,6 +893,6 @@
 sub rebuild_new_phase {
     my ($app) = @_;
-    my %reb_set = map { $_ => 1 } $app->param('id');
-    $app->rebuild_these( \%reb_set, how => MT::App::CMS::NEW_PHASE() );
+    require MT::CMS::Entry;
+    MT::CMS::Entry::publish_entries($app);
 }
 
