diff --git a/class2.php b/class2.php index 1f6309419..d075fcdf7 100755 --- a/class2.php +++ b/class2.php @@ -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))