Update cactioncomm.class.php

This commit is contained in:
Philippe Grand 2018-08-22 22:39:51 +02:00 committed by GitHub
parent c626dcb710
commit eeaa257f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,9 @@
class CActionComm
{
/**
* @var string Error code (or message)
*/
public $error='';
* @var string Error code (or message)
*/
public $error='';
/**
* @var DoliDB Database handler.
@ -39,9 +39,9 @@ class CActionComm
public $db;
/**
* @var int ID
*/
public $id;
* @var int ID
*/
public $id;
var $code;
var $type;