1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00
This commit is contained in:
Mzhelskiy Maxim 2014-06-13 11:08:14 +07:00
parent 222d9ba80f
commit e2ede5efe9
2 changed files with 0 additions and 12 deletions

View file

@ -774,12 +774,6 @@ class ActionBlog extends Action {
if ($sBlogUrl!='' and $oTopic->getBlog()->getUrl()!=$sBlogUrl) {
Router::Location($oTopic->getUrl());
}
/**
* Обрабатываем добавление коммента
*/
if (isset($_REQUEST['submit_comment'])) {
$this->SubmitComment();
}
/**
* Достаём комменты к топику
*/

View file

@ -418,12 +418,6 @@ class ActionTalk extends Action {
if($oTalkUser->getUserActive()!=ModuleTalk::TALK_USER_ACTIVE){
return parent::EventNotFound();
}
/**
* Обрабатываем добавление коммента
*/
if (isset($_REQUEST['submit_comment'])) {
$this->SubmitComment();
}
/**
* Достаём комменты к сообщению
*/