mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix user_email missing from object properties (#6929)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user