mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
page=0일때 page count 및 PageHandler를 사용하지 않도록 추가
This commit is contained in:
parent
576c76a0be
commit
456ad2ea34
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class Limit
|
|||
$this->list_count = $list_count;
|
||||
if($list_count->getValue())
|
||||
{
|
||||
if($page)
|
||||
if($page && $page->getValue())
|
||||
{
|
||||
$this->start = ($page->getValue() - 1) * $list_count->getValue();
|
||||
$this->page_count = $page_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue