deleted remnant from removed change

This commit is contained in:
Andreas 2019-09-20 16:32:52 +02:00
parent 4ae215e597
commit 107d70d6b3

View File

@ -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;