mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6668 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
af388fa06a
commit
dbf42aae72
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@
|
|||
// member model 객체 생성후 목록을 구해옴
|
||||
$oMemberAdminModel = &getAdminModel('member');
|
||||
$oMemberModel = &getModel('member');
|
||||
$output = $oMemberAdminModel->getSiteMemberList($this->site_srl);
|
||||
$output = $oMemberAdminModel->getSiteMemberList($this->site_srl,Context::get('page'));
|
||||
|
||||
$members = array();
|
||||
if(count($output->data)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue