Fix blogger auth. Props andy. fixes #4847

git-svn-id: https://develop.svn.wordpress.org/trunk@5966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-08-28 23:31:51 +00:00
parent e38abfba84
commit be259a7a72
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Blogger_Import {
if ( empty($this->blogs) ) {
$headers = array(
"GET /feeds/default/blogs HTTP/1.0",
"Host: www2.blogger.com",
"Host: www.blogger.com",
"Authorization: AuthSub token=\"$this->token\""
);
$request = join( "\r\n", $headers ) . "\r\n\r\n";