deleted remnant from removed change
This commit is contained in:
parent
4ae215e597
commit
107d70d6b3
@ -11,7 +11,6 @@ class User {
|
||||
public $permissions;
|
||||
public $active;
|
||||
function User($id, $username, $email, $password, $reg_date, $login_date, $reg_ip, $permissions, $active){
|
||||
parent::__construct();
|
||||
$this->id = $id;
|
||||
$this->username = $username;
|
||||
$this->email = $email;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user