mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
비밀글이라고 할지라도 제목은 보이도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3428 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b0898f178
commit
48120abcf3
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@
|
|||
}
|
||||
|
||||
function getTitleText($cut_size = 0, $tail='...') {
|
||||
if($this->isSecret() && !$this->isGranted()) return Context::getLang('msg_is_secret');
|
||||
if(!$this->document_srl) return;
|
||||
|
||||
if($cut_size) $title = cut_str($this->get('title'), $cut_size, $tail);
|
||||
else $title = $this->get('title');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue