diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index 2fe90274417..2733949335e 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -46,7 +46,7 @@ if ($_GET["action"] == 'sendall') // Pour des raisons de sécurité, on ne permet pas cette fonction via l'IHM, // on affiche donc juste un message $message='
'.$langs->trans("MailingNeedCommand").'
'; - $message.="php ./scripts/mailing-send.php ".$_GET["id"]; + $message.='
'; $_GET["action"]=''; }