diff options
Diffstat (limited to 'app/class/Controlleruser.php')
-rw-r--r-- | app/class/Controlleruser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Controlleruser.php b/app/class/Controlleruser.php index 1e61c1a..4e9c105 100644 --- a/app/class/Controlleruser.php +++ b/app/class/Controlleruser.php @@ -153,7 +153,7 @@ class Controlleruser extends Controller $this->routedirect('user'); } break; - + case 'confirmdelete': $user = new User($_POST); $this->usermanager->delete($user); |