mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
하드코딩된 문구를 댓글의 언어파일에서 가져오도록 고침
This commit is contained in:
parent
4a636c1182
commit
1d11d4fa1e
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class ncenterliteController extends ncenterlite
|
||||||
{
|
{
|
||||||
$comment = getModel('comment')->getComment($obj->target_srl);
|
$comment = getModel('comment')->getComment($obj->target_srl);
|
||||||
$contentString = $comment->getContentText(30);
|
$contentString = $comment->getContentText(30);
|
||||||
$text = strlen($contentString) ? $contentString : '내용없음';
|
$text = strlen($contentString) ? $contentString : lang('comment.no_text_comment');
|
||||||
}
|
}
|
||||||
|
|
||||||
$args = new stdClass();
|
$args = new stdClass();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue