浏览代码

Update database.php

Fixed so $_SESSION['user']['contact_uuid'] would be populated as intended.
Nate 6 年之前
父节点
当前提交
233576f945
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/authentication/resources/classes/plugins/database.php

+ 1 - 0
core/authentication/resources/classes/plugins/database.php

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