Skip to content

Commit

Permalink
[#665 state:resolved] Fixed issue relating to the upgrade handler try…
Browse files Browse the repository at this point in the history
…ing to pass off the request to a handler that had been renamed.
  • Loading branch information
byrnereese committed Feb 4, 2011
1 parent 45ca7b7 commit e3adbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/MT/CMS/Blog.pm
Expand Up @@ -2749,7 +2749,7 @@ MT::CMS::Blog
=head2 update_dynamicity
=head2 update_publishing_profile
=head2 update_publish_profile
=head2 update_welcome_message
Expand Down
2 changes: 1 addition & 1 deletion lib/MT/Upgrade.pm
Expand Up @@ -957,7 +957,7 @@ sub core_upgrade_functions {
code => sub {
my ($blog) = @_;
require MT::CMS::Blog;
MT::CMS::Blog::update_publishing_profile( $App, $blog );
MT::CMS::Blog::update_publish_profile( $App, $blog );
require MT::Template;
require MT::PublishOption;
my @tmpls
Expand Down

0 comments on commit e3adbd0

Please sign in to comment.