#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:
bnu 2007-10-07 17:47:34 +00:00
parent f16e2c17e8
commit 96c6d40010

View file

@ -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, '...');
}