diff --git a/htdocs/core/modules/modWorkstation.class.php b/htdocs/core/modules/modWorkstation.class.php index 4d9d14c6dc2..5f55e2b2207 100755 --- a/htdocs/core/modules/modWorkstation.class.php +++ b/htdocs/core/modules/modWorkstation.class.php @@ -60,9 +60,7 @@ class modWorkstation extends DolibarrModules // Module description, used if translation string 'ModuleWorkstationDesc' not found (Workstation is name of module). $this->description = "WorkstationsDescription"; // Used only if file README.md and README-LL.md not found. - $this->descriptionlong = "Workstation description (Long)"; - $this->editor_name = 'Editor name'; - $this->editor_url = 'https://www.example.com'; + $this->descriptionlong = "WorkstationsDescription"; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z' $this->version = 'development'; // Url to the file with your last numberversion of this module