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(); }