From 86fe5f1f9f47b3c0336121899b887c412f691659 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Mon, 13 Jan 2020 18:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BC=9A=E5=BD=92=E5=B1=9Eadmin?= =?UTF-8?q?=E4=B8=8D=E5=8A=A0=E5=AF=86=E6=8E=A8=E5=B9=BF=E5=91=98=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index 980172d46..1a8e4f3d8 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -1230,7 +1230,7 @@ class PromoteController extends ThinkController if ($page) { $this->assign('_page', $page); } - + $this->assign('is_admin', is_administrator()); $this->assign('list_data', $list_data); $this->display(); }