forked from kevinowino869/mitrobill
fix search
This commit is contained in:
@ -79,6 +79,7 @@ switch ($do) {
|
||||
$d->password = $password;
|
||||
$d->fullname = $fullname;
|
||||
$d->address = $address;
|
||||
$d->email = '';
|
||||
$d->phonenumber = $phonenumber;
|
||||
if ($d->save()) {
|
||||
$user = $d->id();
|
||||
|
Reference in New Issue
Block a user