Frédéric FRANCE 2 years ago
parent
commit
919f939b8f
1 changed files with 11 additions and 0 deletions
  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
 	 *