Skip to content

Commit 70a453a

Browse files
authored
FIX: substitutions THIRDPARTY_XXX are not available for actioncomm reminders (#31385)
1 parent 336d3ad commit 70a453a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htdocs/comm/action/class/actioncomm.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,6 +2341,7 @@ public function sendEmailsReminder()
23412341

23422342
// Load event
23432343
$res = $this->fetch($actionCommReminder->fk_actioncomm);
2344+
if ($res > 0) $res = $this->fetch_thirdparty();
23442345
if ($res > 0) {
23452346
// PREPARE EMAIL
23462347
$errormesg = '';

0 commit comments

Comments
 (0)