Close #35819 by using a new function dol_clone_in_array()

This commit is contained in:
Laurent Destailleur
2025-11-20 19:40:57 +01:00
parent 141fa57511
commit a94ab3874d
6 changed files with 93 additions and 27 deletions

View File

@@ -30,7 +30,7 @@
*/
function webhookAdminPrepareHead()
{
global $langs, $conf;
global $langs, $conf, $form;
$h = 0;
$head = array();
@@ -45,7 +45,7 @@ function webhookAdminPrepareHead()
$h++;
$head[$h][0] = DOL_URL_ROOT . '/webhook/triggerhistory_list.php?mode=modulesetup';
$head[$h][1] = $langs->trans("TriggerHistory");
$head[$h][1] = $form->textwithpicto($langs->trans("TriggerHistory"), $langs->trans("TriggerHistoryAltWithLog"));
$head[$h][2] = 'triggerhistory';
$h++;