From 769fa37743908a8d161e67ca7988d22f923f0c03 Mon Sep 17 00:00:00 2001 From: jack Date: Wed, 7 Feb 2018 11:51:10 +0800 Subject: [PATCH] colse email --- application/module/Users/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/module/Users/Account.php b/application/module/Users/Account.php index 0f94658e..c4b7d0e6 100644 --- a/application/module/Users/Account.php +++ b/application/module/Users/Account.php @@ -135,7 +135,7 @@ class Account extends \Zend_Controller_Plugin_Abstract $mb = new Member(); $mb->putcookie($data[$this->FieldUsername],$data[$this->FieldPasword]); //username, md5(password) $params = compact('data','id'); - $results = $this->events()->trigger('register.success', $this, $params); +// $results = $this->events()->trigger('register.success', $this, $params); return array("success" => 1); }else{ if($id === false)