Clean code

This commit is contained in:
Laurent Destailleur 2020-06-29 09:53:55 +02:00
parent 68b4866438
commit 7c4e737668

View File

@ -102,9 +102,7 @@ class modAsset extends DolibarrModules
// Example: $this->const=array(0=>array('ASSETS_MYNEWCONST1','chaine','myvalue','This is a constant to add',1),
// 1=>array('ASSETS_MYNEWCONST2','chaine','myvalue','This is another constant to add',0, 'current', 1)
// );
$this->const = array(
//1=>array('ASSET_MYCONSTANT', 'chaine', 'avalue', 'This is a constant to add', 1, 'allentities', 1)
);
$this->const = array();
if (!isset($conf->asset) || !isset($conf->asset->enabled))