From 2302cf037f5dc81fc2f2cb47a8738c02b9c8ad1c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 23 Apr 2025 15:11:26 +0200 Subject: [PATCH] FIX force recreate conseiller to ensure everything in conseiller is ok --- includes/roles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/roles.php b/includes/roles.php index 5260f08..372dffd 100644 --- a/includes/roles.php +++ b/includes/roles.php @@ -62,7 +62,7 @@ function force_recreate_conseiller_role() -----------------------------------------------------------*/ // Décommentez la ligne suivante pour forcer la recréation du rôle, puis commentez-la à nouveau -// add_action('init', 'force_recreate_conseiller_role', 30); +add_action('init', 'force_recreate_conseiller_role', 30); /* ----------------------------------------------------------- Ajouter la capacité export_artisans_datas aux administrateurs et éditeurs