Skip to content

Commit 012c045

Browse files
committed
test v18 pr workflow
1 parent 5002844 commit 012c045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/core/tpl/massactions_pre.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
// Make substitution in email content
281281
$substitutionarray = getCommonSubstitutionArray($langs, 0, null, $object);
282282

283-
$substitutionarray['__EMAIL__'] = '__EMAIL__'; // Keep wariable
283+
$substitutionarray['__EMAIL__'] = '__EMAIL__';
284284
$substitutionarray['__CHECK_READ__'] = '<img src="'.DOL_MAIN_URL_ROOT.'/public/emailing/mailing-read.php?tag=undefined&securitykey='.dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY')."-undefined", 'md5').'" width="1" height="1" style="width:1px;height:1px" border="0"/>';
285285
$substitutionarray['__PERSONALIZED__'] = ''; // deprecated
286286
$substitutionarray['__CONTACTCIVNAME__'] = '';

0 commit comments

Comments
 (0)