Skip to content

Commit

Permalink
Fix typed arguments in call to api_mail_html function
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Nov 29, 2024
1 parent 48175c8 commit 330c056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/main/inc/lib/usermanager.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,9 @@ public static function create_user(
$emailBody,
$sender_name,
$email_admin,
null,
null,
null,
[],
[],
false,
[],
$creatorEmail
);
Expand Down

0 comments on commit 330c056

Please sign in to comment.