mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Missing variable in users.php
This commit is contained in:
parent
b16af25052
commit
a937d05163
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ case "update":
|
|||
break;
|
||||
|
||||
case "delete":
|
||||
$emailaddress = isset($_POST['emailaddress']) ? $_POST['emailaddress'] : '';
|
||||
|
||||
if ($emailaddress != '' and delete_user($emailaddress) !== FALSE) {
|
||||
jtable_respond(null, 'delete');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue