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["user_uuid"] = $this->user_uuid;
|
||||||
$result["domain_uuid"] = $this->domain_uuid;
|
$result["domain_uuid"] = $this->domain_uuid;
|
||||||
|
$result["contact_uuid"] = $this->contact_uuid;
|
||||||
$result["sql"] = $sql;
|
$result["sql"] = $sql;
|
||||||
if ($user_authorized) {
|
if ($user_authorized) {
|
||||||
$result["authorized"] = "true";
|
$result["authorized"] = "true";
|
||||||
|
|||||||
Reference in New Issue
Block a user