]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deletenotice.php
Only start daemons that are required, according to the site config. There is the...
[quix0rs-gnu-social.git] / actions / deletenotice.php
index 16e2df8899ab0338a6dcf94fc626e72c6719fbbe..6c350b33ab36e3c45d278f5009f20d1259ef435c 100644 (file)
@@ -141,6 +141,6 @@ class DeletenoticeAction extends DeleteAction
             $url = common_local_url('public');
         }
 
-        common_redirect($url);
+        common_redirect($url, 303);
     }
 }