diff --git a/action/creer_slug.php b/action/creer_slug.php index a2ff051..ea6a327 100644 --- a/action/creer_slug.php +++ b/action/creer_slug.php @@ -1,6 +1,8 @@ 'slug_'.$id_slug]; + $set = ['slug' => _GAMUMAIL_PREFIX_SLUG .'_'.$id_slug]; sql_updateq('spip_gamumails', $set, 'id_gamumail = '.$id_slug); } } else {