From d7f0ce3408c4aca450b93727b99029c9b7e95788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 17 Mar 2017 14:18:37 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=AE=E9=A2=98]=E4=BF=AE=E5=A4=8D=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E8=A1=A8=E5=8D=95=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/Auth.php b/application/admin/controller/Auth.php index 20bbf33de..993432ece 100644 --- a/application/admin/controller/Auth.php +++ b/application/admin/controller/Auth.php @@ -73,7 +73,7 @@ class Auth extends BasicAdmin { break; default : $this->assign('title', '节点授权'); - $this->_form($this->table, 'apply'); + return $this->_form($this->table, 'apply'); } }