Skip to content
Snippets Groups Projects
Commit cbd10106 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Added missing $error and $errors variables

parent 7e29889e
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,19 @@ abstract class DolibarrTriggers {
*/
public $family = '';
/**
* Error reported by the trigger
* @var string
* @deprecated Use $this->errors
*/
public $error = '';
/**
* Errors reported by the trigger
* @var array
*/
public $errors = array();
const VERSION_DEVELOPMENT = 'development';
const VERSION_EXPERIMENTAL = 'experimental';
const VERSION_DOLIBARR = 'dolibarr';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment