Fix: erreur lorsqu'on cliquait sur un lien numro de tel
This commit is contained in:
parent
6db1704e27
commit
791e616244
@ -444,7 +444,7 @@ if ($_GET["action"] == 'create')
|
||||
{
|
||||
print '<input type="hidden" name="actioncode" value="'.$_GET["actioncode"].'">'."\n";
|
||||
$caction->fetch($_GET["actioncode"]);
|
||||
print $caction->getNom();
|
||||
print $caction->getNomUrl();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user