From a2b054f0370cf70ded59461a0d7dd9e74ca86d35 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Thu, 27 Oct 2022 21:04:34 +0800 Subject: [PATCH] 2 --- 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 fdb3918e..ae9717fc 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) {