mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
Qual: Suppression de warning en mode error=E_ALL
This commit is contained in:
@@ -59,8 +59,7 @@ class modService extends DolibarrModules
|
||||
$this->revision = explode(" ","$Revision$");
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
$this->const_name = "MAIN_MODULE_SERVICE";
|
||||
$this->const_config = MAIN_MODULE_SERVICE;
|
||||
$this->const_name = 'MAIN_MODULE_SERVICE';
|
||||
$this->picto='service';
|
||||
|
||||
// D<>pendances
|
||||
|
||||
Reference in New Issue
Block a user