From 93a2edd8d9fd21a3cc2063bfe0ffc61fd4236058 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 13 Jan 2021 12:21:26 +0100 Subject: [PATCH] Fix property not used --- htdocs/core/modules/modWorkstation.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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