1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-05 18:35:01 +02:00

Issue #4900 - Tweak code.

This commit is contained in:
Cameron 2022-10-29 08:56:19 -07:00
parent 051161a61f
commit c50d1cf34c

View File

@ -1192,7 +1192,7 @@ function check_email($email)
{
if ($user_func = e107::getOverride()->check('check_email'))
{
return call_user_func($user_func);
return call_user_func($user_func, $email);
}
if(empty($email))