mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
관리자 문서 페이지에서 게시글선택 이후 삭제버튼 눌럿을대 목록이 인식하지 않던 문제점 개선
This commit is contained in:
parent
ae82b4370b
commit
adedf7db0e
1 changed files with 1 additions and 1 deletions
|
|
@ -2693,7 +2693,7 @@ class documentController extends document
|
||||||
}
|
}
|
||||||
$oSecurity = new Security($documentList);
|
$oSecurity = new Security($documentList);
|
||||||
$oSecurity->encodeHTML('..variables.');
|
$oSecurity->encodeHTML('..variables.');
|
||||||
$this->add('document_list', $documentList);
|
$this->add('document_list', array_values($documentList));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue