Fix user_email missing from object properties (#6929)
This commit is contained in:
parent
758cb2ec60
commit
6fd5d7cda4
|
|
@ -42,6 +42,7 @@ class plugin_database {
|
|||
public $password;
|
||||
public $key;
|
||||
public $debug;
|
||||
public $user_email;
|
||||
|
||||
/**
|
||||
* database checks the local database to authenticate the user or key
|
||||
|
|
|
|||
Loading…
Reference in New Issue