Stop after a redirect. Fixed remote subscription for me.
darcs-hash:20080710055726-533db-4b96201b090970f390d62b305256a786a1a96d44.gz
This commit is contained in:
parent
ae7eb0ab2d
commit
e6d74660c3
@ -862,6 +862,7 @@ function common_redirect($url, $code=307) {
|
|||||||
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
|
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
|
||||||
common_element('a', array('href' => $url), $url);
|
common_element('a', array('href' => $url), $url);
|
||||||
common_end_xml();
|
common_end_xml();
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
function common_save_replies($notice) {
|
function common_save_replies($notice) {
|
||||||
|
Loading…
Reference in New Issue
Block a user