Skip to content
Snippets Groups Projects
Commit cf04e5a6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix duplicate id

parent 63259295
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class modCollab extends DolibarrModules
// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
// It is used to group modules in module setup page
$this->family = "portal";
$this->module_position = 50;
$this->module_position = 51;
// 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));
$this->description = "Enable the public collaboration features, like shared pad, shared online sheets, etc...";
......@@ -87,7 +87,7 @@ class modCollab extends DolibarrModules
// Permissions
$this->rights = array(); // Permission array used by this module
$this->rights_class = 'websites';
$this->rights_class = 'collab';
$r=0;
/*$this->rights[$r][0] = 30001;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment