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