From b9c5f3e01458deb03511f47da360d1ed923e2277 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Nov 2021 14:50:46 +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 64323dea..f2054b9f 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -131,7 +131,7 @@ class UserController extends BaseAuthedController { } $this->_rspData(array( 'property_chg' => array( - 'user_info' => User::info($this->_getUserInfo()) + 'user_info' => User::info($this->_getOrmUserInfo()) ) )); }