From 4e91f065da3f53dca00cb0c5c0bea055836c8785 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 26 May 2022 15:02:31 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 725aa2f6..8e199650 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -136,7 +136,7 @@ class UserController extends BaseAuthedController { ), array( 'account_id' => $this->_getAccountId(), - 'channel' => $this->_Channel(), + 'channel' => $this->_getChannel(), 'name' => $userName, 'sex' => rand() % 2, #'avatar_url' => $avatar_url,