add content for comment email

This commit is contained in:
wlx 2012-01-15 01:37:23 +00:00
parent 6a66c49a71
commit 33a9700007
1 changed files with 2 additions and 1 deletions

View File

@ -759,6 +759,7 @@ class DataController extends Zend_Controller_Action
'user' =>$user->username,
'uuid' =>$data['uuid'],
'title' =>$this->replace(trim($this->_request->getParam('mdtitle'))),
'content'=>$content
)
);
@$mail=new WestdcMailer($this->view->config->smtp);