Skip to content

Commit 330c056

Browse files
committed
Fix typed arguments in call to api_mail_html function
1 parent 48175c8 commit 330c056

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/main/inc/lib/usermanager.lib.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ public static function create_user(
517517
$emailBody,
518518
$sender_name,
519519
$email_admin,
520-
null,
521-
null,
522-
null,
520+
[],
521+
[],
522+
false,
523523
[],
524524
$creatorEmail
525525
);

0 commit comments

Comments
 (0)