]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subedit.php
Try to do intelligent redirect codes
[quix0rs-gnu-social.git] / actions / subedit.php
index 89081ffc76984eb7da9a8f51d941ccbc9bfd1b43..8ca2d791465ce34ce9e067051c18df0f1682321f 100644 (file)
@@ -85,7 +85,8 @@ class SubeditAction extends Action
             }
 
             common_redirect(common_local_url('subscriptions',
-                                             array('nickname' => $cur->nickname)));
+                                             array('nickname' => $cur->nickname)),
+                            303);
         }
     }
 }