diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 2c084faa5ce..f04b873eb9f 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -444,7 +444,7 @@ if ($_GET["action"] == 'create') { print ''."\n"; $caction->fetch($_GET["actioncode"]); - print $caction->getNom(); + print $caction->getNomUrl(); } else {