diff --git a/action/creer_slug.php b/action/creer_slug.php index 06dd8b2..5a4c827 100644 --- a/action/creer_slug.php +++ b/action/creer_slug.php @@ -47,6 +47,7 @@ function action_creer_slug_dist($slug = null, $opt = [], $ecraser = false){ // creation d'un nouveau slug if (!intval($id_slug)) { + $opt['slug'] = $slug; sql_insertq('spip_gamumails', $opt); } }