From ecfb46f0ebb8ce2c485904c00608ccde4feaf0a8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Jun 2011 10:07:28 +0000 Subject: [PATCH] Move into correct family --- htdocs/includes/modules/modWorkflow.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modWorkflow.class.php b/htdocs/includes/modules/modWorkflow.class.php index 5a82bf427e6..7945634a1c9 100644 --- a/htdocs/includes/modules/modWorkflow.class.php +++ b/htdocs/includes/modules/modWorkflow.class.php @@ -53,7 +53,7 @@ class modWorkflow extends DolibarrModules // Key text used to identify module (for permissions, menus, etc...) $this->rights_class = 'workflow'; - $this->family = "base"; + $this->family = "technic"; // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module) $this->name = preg_replace('/^mod/i','',get_class($this)); // Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)