From 18962aec423956703ed39ac5f6c55566b1133e75 Mon Sep 17 00:00:00 2001 From: hdm Date: Tue, 28 Feb 2023 09:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E9=A1=B9=E7=9B=AE=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/project/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/project/controller/Index.php b/app/project/controller/Index.php index 6fc27ad..36e3393 100644 --- a/app/project/controller/Index.php +++ b/app/project/controller/Index.php @@ -210,7 +210,7 @@ class Index extends BaseController $section = explode('|', $section_conf); } View::assign('section', $section); - View::assign('user_info', $login_admin); + View::assign('user_info', get_admin($this->uid)); View::assign('id', $id); return view(); }