mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 16:02:14 +09:00
fix #1525 '작성 글 보기'페이지에서 제목에 사용된 태그가 동작하는 문제 고침
- MemberView:)dispMemberOwnDocument()
This commit is contained in:
parent
da70c68460
commit
82d607e14d
1 changed files with 3 additions and 0 deletions
|
|
@ -343,6 +343,9 @@ class memberView extends member
|
|||
$oDocumentAdminView = getAdminView('document');
|
||||
$oDocumentAdminView->dispDocumentAdminList();
|
||||
|
||||
$oSecurity = new Security();
|
||||
$oSecurity->encodeHTML('document_list...title', 'search_target', 'search_keyword');
|
||||
|
||||
Context::set('module_srl', $module_srl);
|
||||
$this->setTemplateFile('document_list');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue