diff options
author | INOPIAE <inopiae@cacert.org> | 2013-05-01 02:13:02 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-05-01 02:13:02 +0200 |
commit | 069d4239f789f97d46ee4f33227e0e3ae0663715 (patch) | |
tree | 8c245fbad39d3a09402ea98cfa0840a1254d1892 /includes | |
parent | c3f0e56d1ee679f193758538d63a6d182aa0f9e0 (diff) | |
download | cacert-devel-069d4239f789f97d46ee4f33227e0e3ae0663715.tar.gz cacert-devel-069d4239f789f97d46ee4f33227e0e3ae0663715.tar.xz cacert-devel-069d4239f789f97d46ee4f33227e0e3ae0663715.zip |
bug 1136: returns after process to page 43
Diffstat (limited to 'includes')
-rw-r--r-- | includes/account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/account.php b/includes/account.php index b1491b4..a27c35c 100644 --- a/includes/account.php +++ b/includes/account.php @@ -2549,6 +2549,7 @@ { $userid = intval($_REQUEST['userid']); revoke_all_private_cert($userid); + $id=43; } if($oldid == 48 && $_REQUEST['domain'] == "") |