Stop after a redirect. Fixed remote subscription for me.

darcs-hash:20080710055726-533db-4b96201b090970f390d62b305256a786a1a96d44.gz
This commit is contained in:
Mike Cochrane 2008-07-10 01:57:26 -04:00
parent ae7eb0ab2d
commit e6d74660c3
1 changed files with 1 additions and 0 deletions

View File

@ -862,6 +862,7 @@ function common_redirect($url, $code=307) {
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
common_element('a', array('href' => $url), $url);
common_end_xml();
exit;
}
function common_save_replies($notice) {