From 34f6441da429e92c59137a4c19ff5472211e7f8b Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 22 May 2017 10:53:31 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8Dconfig?= =?UTF-8?q?=E6=A8=A1=E5=9D=97title=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/Config.php b/application/admin/controller/Config.php index 44d520852..e098a54ce 100644 --- a/application/admin/controller/Config.php +++ b/application/admin/controller/Config.php @@ -43,7 +43,7 @@ class Config extends BasicAdmin { */ public function index() { if (!$this->request->isPost()) { - $this->assign('title', $this->table); + $this->assign('title', $this->title); return view(); } foreach ($this->request->post() as $key => $vo) {