mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix trackid
This commit is contained in:
parent
2ed34d813d
commit
d1365c2492
|
|
@ -102,7 +102,8 @@ if (GETPOST('removAll','alpha'))
|
|||
*/
|
||||
if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_POST['removAll'] && ! $_POST['removedfile'] && ! $_POST['cancel'] && !$_POST['modelselected'])
|
||||
{
|
||||
$trackid = GETPOST('trackid','aZ09');
|
||||
if (empty($trackid)) $trackid = GETPOST('trackid','aZ09');
|
||||
|
||||
$subject='';$actionmsg='';$actionmsg2='';
|
||||
|
||||
if (! empty($conf->dolimail->enabled)) $langs->load("dolimail@dolimail");
|
||||
|
|
|
|||
|
|
@ -1706,7 +1706,7 @@ else
|
|||
$modelmail='user';
|
||||
$defaulttopic='Information';
|
||||
$diroutput = $conf->user->dir_output;
|
||||
$trackid = 'user'.$object->id;
|
||||
$trackid = 'use'.$object->id;
|
||||
|
||||
include DOL_DOCUMENT_ROOT.'/core/tpl/card_presend.tpl.php';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user