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,