X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdeleteuser.php;fp=actions%2Fdeleteuser.php;h=02ded68b3181223d9474b5675f5b6b956867ff8e;hb=6eae5d6a7e2265de4065b764c28cef3ee009bcda;hp=1c1f19b0e60eb05a8ce7c576928dce2338a418e9;hpb=afd81a540a556ef04bdc326a26268dc82b0dc5f6;p=quix0rs-gnu-social.git diff --git a/actions/deleteuser.php b/actions/deleteuser.php index 1c1f19b0e6..02ded68b31 100644 --- a/actions/deleteuser.php +++ b/actions/deleteuser.php @@ -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(); }