From bc7f055a23de7c3b9b8e7ef6173319f7a1b83bed Mon Sep 17 00:00:00 2001 From: hujiabin Date: Thu, 27 Oct 2022 21:01:10 +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 ae9717fc..fdb3918e 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -41,7 +41,7 @@ class UserController extends BaseAuthedController { $userName = 'guest'; $avatarUrl = '18003'; - + $userInfo = $this->_safeGetOrmUserInfo(); // if (SERVER_ENV == _ONLINE) { // if (!$userInfo) {