Skip to content

Commit 19327a6

Browse files
authored
Session: Add send_subscription_notification field when copying sessions (#6218)
Author: @nosolored
1 parent 2373eed commit 19327a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main/inc/lib/sessionmanager.lib.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4636,7 +4636,9 @@ public static function copy(
46364636
$s['duration'],
46374637
$s['description'],
46384638
$s['show_description'],
4639-
$extraFieldsValuesToCopy
4639+
$extraFieldsValuesToCopy,
4640+
0,
4641+
$s['send_subscription_notification']
46404642
);
46414643

46424644
if (!is_numeric($sid) || empty($sid)) {

0 commit comments

Comments
 (0)