fix prepare head href link

This commit is contained in:
Florian HENRY 2021-10-21 17:45:54 +02:00
parent a6c3c6b7ec
commit 4acf5a1bce

View File

@ -42,7 +42,7 @@ function conferenceorboothPrepareHead($object, $with_project = 0)
$withProjectUrl = "&withproject=1";
}
$head[$h][0] = DOL_URL_ROOT.'/eventorganization/conferenceorbooth_card.ph?id='.$object->id.$withProjectUrl;
$head[$h][0] = DOL_URL_ROOT.'/eventorganization/conferenceorbooth_card.php?id='.$object->id.$withProjectUrl;
$head[$h][1] = $langs->trans("Card");
$head[$h][2] = 'card';
$h++;