Frédéric FRANCE 2 年之前
父节点
当前提交
919f939b8f
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      htdocs/blockedlog/class/authority.class.php

+ 11 - 0
htdocs/blockedlog/class/authority.class.php

@@ -20,6 +20,11 @@
  */
 class BlockedLogAuthority
 {
+	/**
+	 * DoliDB
+	 * @var DoliDB
+	 */
+	public $db;
 
 	/**
 	 * Id of the log
@@ -45,6 +50,12 @@ class BlockedLogAuthority
 	 */
 	public $tms = 0;
 
+	/**
+	 * Error message
+	 * @var string
+	 */
+	public $error;
+
 	/**
 	 *      Constructor
 	 *