From 81cddd6815ea7e2d238329da480bc7e05cccc36c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 26 May 2022 15:14:28 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index ee889baa..d005bffa 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -373,7 +373,6 @@ class UserController extends BaseAuthedController { $name = getReqVal('name', ''); $filter = array( 'name' => $name, - 'channel' => BC_CHANNEL ); if (SERVER_ENV == _ONLINE) { $filter['channel'] = BC_CHANNEL;