diff --git a/Application/Home/Controller/BaseController.class.php b/Application/Home/Controller/BaseController.class.php index 05a4b2a71..d49d76c91 100644 --- a/Application/Home/Controller/BaseController.class.php +++ b/Application/Home/Controller/BaseController.class.php @@ -322,9 +322,6 @@ class BaseController extends HomeController public function verConAction($rule_name,$second_pwd,$status='') { switch ($rule_name) { case 'Home/Safe/modifyBaseInfo': - // if(empty($second_pwd)) { - // $this->error('请先设置安全密码',U('Safe/setSafePwd')); - // } break; case 'Home/Safe/setSafePassword': break; @@ -334,7 +331,7 @@ class BaseController extends HomeController break; case 'Home/Safe/verifyPassword': break; - case 'Home/Safe/safeDocument'; + case 'Home/Safe/safeDocument': break; default: $this->tips($status,U('Safe/modifyBaseInfo'));