From 2ec02afa8b228357e0474141c9aa135fad1028d0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Sep 2018 01:14:55 +0200 Subject: [PATCH] Fix nb of module --- htdocs/core/modules/modSocialNetworks.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modSocialNetworks.class.php b/htdocs/core/modules/modSocialNetworks.class.php index b0465d1bf1c..063cce438fe 100644 --- a/htdocs/core/modules/modSocialNetworks.class.php +++ b/htdocs/core/modules/modSocialNetworks.class.php @@ -41,7 +41,7 @@ class modSocialNetworks extends DolibarrModules global $langs,$conf; $this->db = $db; - $this->numero = 3300; + $this->numero = 3400; // Family can be 'crm','financial','hr','projects','products','ecm','technic','other' // It is used to group modules in module setup page