mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #4900 - Tweak code.
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user