]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
Only start daemons that are required, according to the site config. There is the...
[quix0rs-gnu-social.git] / actions / tagother.php
index 0d18945a09e88b2e8d2cc9b2704584cc93184be1..0c5bb7cf3ecacac93f311a47c401e0715499641b 100644 (file)
@@ -221,7 +221,8 @@ class TagotherAction extends Action
             $this->elementEnd('html');
         } else {
             common_redirect(common_local_url($action, array('nickname' =>
-                                                            $user->nickname)));
+                                                            $user->nickname)),
+                            303);
         }
     }