From c50d1cf34c2e33a3d2a651bfe55a1ff46ad82db0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 29 Oct 2022 08:56:19 -0700 Subject: [PATCH] Issue #4900 - Tweak code. --- class2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))