Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/antoinekociuba/zf2 into h…
Browse files Browse the repository at this point in the history
…otfix/openid-redirect
  • Loading branch information
weierophinney committed Mar 23, 2012
2 parents ddd7c65 + d5e2c12 commit 8ca4449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/OpenId/OpenId.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ static public function redirect($url, $params = null,
$response->headers()->addHeaderLine('Location', $url);

if (!headers_sent()) {
header($response->renderResponseLine());
header($response->renderStatusLine());
foreach ($response->headers() as $header) {
header($header->toString());
}
Expand Down

0 comments on commit 8ca4449

Please sign in to comment.