diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-10 01:57:26 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-10 01:57:26 -0400 |
commit | e6d74660c3ee70b87e2afd9e17bd2adaff8fb61b (patch) | |
tree | 7e84e1d0ff173829b56baec475d1174b5dda93d6 | |
parent | ae7eb0ab2d7f39048268aeeca24138598664fc95 (diff) |
Stop after a redirect. Fixed remote subscription for me.
darcs-hash:20080710055726-533db-4b96201b090970f390d62b305256a786a1a96d44.gz
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index db437924f..c1fc8c781 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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) { |