mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#244 게시글의 댓글리스트의 default페이지를 마지막페이지(최근목록)으로 변경
This commit is contained in:
parent
1d0eec11c3
commit
e733bd18d1
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ class documentItem extends Object
|
|||
|
||||
if(!$cpage)
|
||||
{
|
||||
$cpage = Context::get('cpage') ? Context::get('cpage') : 1;
|
||||
$cpage = Context::get('cpage');
|
||||
}
|
||||
|
||||
// Get a list of comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue