Merge branch 'master' into 0.7.x

This commit is contained in:
Evan Prodromou 2009-04-01 14:41:35 -04:00
commit 88bcef127f
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ function common_redirect($url, $code=307)
303 => "See Other",
307 => "Temporary Redirect");
header("Status: ${code} $status[$code]");
header('HTTP/1.1 '.$code.' '.$status[$code]);
header("Location: $url");
$xo = new XMLOutputter();