mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Remove unreasonable list_count default
This commit is contained in:
parent
47e54bc564
commit
cb947abb76
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ class PageAdminController extends Page
|
|||
$oDocumentController = getController('document');
|
||||
$obj = new stdClass();
|
||||
$obj->module_srl = $module_srl;
|
||||
$obj->list_count = 99999999;
|
||||
$obj->list_count = 0;
|
||||
$output = $oDocumentModel->getDocumentList($obj);
|
||||
if(count($output->data))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue