]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deleteuser.php
Add repeat info to statusnet:notice_info Atom element
[quix0rs-gnu-social.git] / actions / deleteuser.php
index 42ef4b9f513de031b77f05acaeb2908c2cd96f75..c0a8b20e2c535defab0941e6941ca881650c0d0f 100644 (file)
@@ -92,10 +92,10 @@ class DeleteuserAction extends ProfileFormAction
     {
         if ($_SERVER['REQUEST_METHOD'] == 'POST') {
             if ($this->arg('no')) {
-                $this->returnToArgs();
+                $this->returnToPrevious();
             } elseif ($this->arg('yes')) {
                 $this->handlePost();
-                $this->returnToArgs();
+                $this->returnToPrevious();
             } else {
                 $this->showPage();
             }