Browse Source

Change category for application

Laurent Destailleur 9 years ago
parent
commit
9ba25be9bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/core/modules/modOpenSurvey.class.php

+ 1 - 1
htdocs/core/modules/modOpenSurvey.class.php

@@ -51,7 +51,7 @@ class modOpenSurvey extends DolibarrModules
 
 		// Family can be 'crm','financial','hr','projects','product','technic','other'
 		// It is used to group modules in module setup page
-		$this->family = "projects";
+		$this->family = "portal";
 		$this->module_position = 40;
 		// 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));