mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update database.php
Fixed so $_SESSION['user']['contact_uuid'] would be populated as intended.
This commit is contained in:
@@ -119,6 +119,7 @@ class plugin_database {
|
||||
}
|
||||
$result["user_uuid"] = $this->user_uuid;
|
||||
$result["domain_uuid"] = $this->domain_uuid;
|
||||
$result["contact_uuid"] = $this->contact_uuid;
|
||||
$result["sql"] = $sql;
|
||||
if ($user_authorized) {
|
||||
$result["authorized"] = "true";
|
||||
|
||||
Reference in New Issue
Block a user