This commit is contained in:
aozhiwei 2022-05-26 15:14:28 +08:00
parent afc61298be
commit 81cddd6815

View File

@ -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;