Update database.php

Fixed so $_SESSION['user']['contact_uuid'] would be populated as intended.
This commit is contained in:
Nate
2019-02-19 13:12:41 -07:00
committed by GitHub
parent b99054552f
commit f4cdf58e65

View File

@@ -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";