1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2014-12-25 18:00:13 +07:00
parent db08470304
commit 009a8e7827

View file

@ -410,7 +410,7 @@ class ActionTalk extends Action
/**
* Отправляем письмо
*/
if ($oTalk = $this->Talk_SendTalk($this->Text_Parser(strip_tags(getRequestStr('talk_title'))),
if ($oTalk = $this->Talk_SendTalk(strip_tags(getRequestStr('talk_title')),
$this->Text_Parser(getRequestStr('talk_text')), $this->oUserCurrent, $this->aUsersId)
) {
/**