diff --git a/class2.php b/class2.php index 3adf0dc713..1f6309419d 100755 --- a/class2.php +++ b/class2.php @@ -1190,6 +1190,10 @@ function js_location($qry) function check_email($email) { + if ($user_func = e107::getOverride()->check('check_email')) + { + return call_user_func($user_func); + } if(empty($email)) {