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:
parent
051161a61f
commit
c50d1cf34c
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user