MantisBT: master dd34193c

Author Committer Branch Timestamp Parent
dregad dregad master 2023-10-08 10:04 master ce841a23
Affected Issues  0032940: Add admin check to detect users without e-mail address when allow_empty_email = OFF
Changeset

Fix error when checking blank emails

When allow_blank_emails == OFF and there are no users with an empty
email in the system, the Admin Checks throw an error:

count(): Argument 1 ($value) must be of type Countable|array, null given

Issue 0032940

mod - admin/check/check_email_inc.php Diff File