commit
f1a575090c
@ -20,6 +20,11 @@
|
|||||||
*/
|
*/
|
||||||
class BlockedLogAuthority
|
class BlockedLogAuthority
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* DoliDB
|
||||||
|
* @var DoliDB
|
||||||
|
*/
|
||||||
|
public $db;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Id of the log
|
* Id of the log
|
||||||
@ -45,6 +50,12 @@ class BlockedLogAuthority
|
|||||||
*/
|
*/
|
||||||
public $tms = 0;
|
public $tms = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Error message
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $error;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user