colse email

This commit is contained in:
jack 2018-02-07 11:51:10 +08:00
parent 465a5a3f95
commit 769fa37743
1 changed files with 1 additions and 1 deletions

View File

@ -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)