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