mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Remove unnecessary site_srl from member module
This commit is contained in:
parent
9a2cbb8b93
commit
972fbc9ca6
13 changed files with 55 additions and 86 deletions
|
|
@ -165,10 +165,9 @@ class memberAdminModel extends member
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
function getSiteMemberList($site_srl, $page = 1)
|
||||
function getSiteMemberList($site_srl = 0, $page = 1)
|
||||
{
|
||||
$args = new stdClass();
|
||||
$args->site_srl = $site_srl;
|
||||
$args->page = $page;
|
||||
$args->list_count = 40;
|
||||
$args->page_count = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue