fix sendmail

This commit is contained in:
philc 2025-02-16 20:24:03 +01:00
parent bf37c601ad
commit a7064d39c2

View File

@ -107,7 +107,7 @@ router.post(
sendret = Notifications.manageemail( sendret = Notifications.manageemail(
campain, campain,
req.params.template, req.params.template,
tribe, req.params.tribe,
req.session.header.xlang, req.session.header.xlang,
1 1
); );