mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 10:23:16 +09:00
#206 통합검색시 비밀글의 내용이 출력되는 문제 해결.
[function-modify] documentItem::getSummary() git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2685 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f16e2c17e8
commit
96c6d40010
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@
|
|||
}
|
||||
|
||||
function getSummary($str_size = 50) {
|
||||
$content = htmlspecialchars(strip_tags($this->get('content')));
|
||||
$content = htmlspecialchars(strip_tags($this->getContent()));
|
||||
return cut_str($content, $str_size, '...');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue