summaryrefslogtreecommitdiff
path: root/actions/deleteuser.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-05-21 13:15:08 -0700
committerBrion Vibber <brion@pobox.com>2010-05-21 13:15:08 -0700
commit6eae5d6a7e2265de4065b764c28cef3ee009bcda (patch)
tree05cc133095a73fb4e04ad921fbb8ae2a44ff7ba5 /actions/deleteuser.php
parentafd81a540a556ef04bdc326a26268dc82b0dc5f6 (diff)
parent87b8a89aa7b96e63586bdd3b1afb9d43355fd48b (diff)
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'actions/deleteuser.php')
-rw-r--r--actions/deleteuser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/deleteuser.php b/actions/deleteuser.php
index 1c1f19b0e..02ded68b3 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();
}