1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-28 20:45:00 +03:00

Merge pull request #614 from Chiliec/master

fix сообщения отсутствия комментариев в активности
This commit is contained in:
Maxim Mzhelskiy 2015-02-11 10:27:40 +06:00
commit 8fdb1b6e7f

View file

@ -1536,7 +1536,8 @@ class ActionAjax extends Action
$sTextResult = $oViewer->Fetch("component@activity.recent-comments");
$this->Viewer_AssignAjax('sText', $sTextResult);
} else {
$this->Message_AddErrorSingle($this->Lang_Get('block_stream_comments_no'), $this->Lang_Get('attention'));
$this->Message_AddErrorSingle($this->Lang_Get('activity.block_recent.comments_empty'),
$this->Lang_Get('attention'));
return;
}
}