]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/finishremotesubscribe.php
Try to do intelligent redirect codes
[quix0rs-gnu-social.git] / actions / finishremotesubscribe.php
index eaf57c2d8fac59ea5862d22b155de58eb1f45e55..d54c29a60365df22235bc0db9286a79b53becb00 100644 (file)
@@ -230,7 +230,8 @@ class FinishremotesubscribeAction extends Action
         # show up close to the top of the page
 
         common_redirect(common_local_url('subscribers', array('nickname' =>
-                                                             $user->nickname)));
+                                                             $user->nickname)),
+                        303);
     }
 
     function add_avatar($profile, $url)