Skip to content

Commit

Permalink
[project @ fix accept header]
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Jun 23, 2008
1 parent 36bde7c commit e3e8e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth/Yadis/Yadis.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function discover($uri, &$fetcher,

$request_uri = $uri;
$headers = array("Accept: " . Auth_Yadis_CONTENT_TYPE .
', text/html; q=0.3, application/xhtml+xml; 0.5');
', text/html; q=0.3, application/xhtml+xml; q=0.5');

if ($fetcher === null) {
$fetcher = Auth_Yadis_Yadis::getHTTPFetcher($timeout);
Expand Down

0 comments on commit e3e8e11

Please sign in to comment.