Update module template

This commit is contained in:
Laurent Destailleur 2017-08-04 11:25:10 +02:00
parent f058fa1938
commit f4a44ced80

View File

@ -443,8 +443,12 @@ class MyObject extends CommonObject
{
global $conf, $langs;
$this->output = '';
$this->error='';
dol_syslog(__METHOD__, LOG_DEBUG);
// ...
return 0;
}