Update actioncomm.class.php

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

View File

@ -37,9 +37,9 @@ class ActionComm extends CommonObject
public $element='action';
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element = 'actioncomm';
* @var string Name of table without prefix where object is stored
*/
public $table_element = 'actioncomm';
public $table_rowid = 'id';
public $picto='action';