Ticket #252: set_correct_blog_id.diff
-
lib/Plagger/Plugin/Publish/MT.pm
old new 24 24 } 25 25 $self->{mt}->username($self->conf->{username}); 26 26 $self->{mt}->password($self->conf->{password}); 27 $self->{mt}->blogId($self-> {blog_id} || 1);27 $self->{mt}->blogId($self->conf->{blog_id} || 1); 28 28 return $self->{mt}; 29 29 } 30 30
