mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9054 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d10698d7fb
commit
b909a11c5e
7 changed files with 81 additions and 136 deletions
|
|
@ -114,11 +114,7 @@
|
|||
|
||||
// get denied ID list
|
||||
$denied_list = $oMemberModel->getDeniedIDs();
|
||||
$deniedIDs = array();
|
||||
foreach($denied_list as $denied_info){
|
||||
$deniedIDs[] = $denied_info->user_id;
|
||||
}
|
||||
Context::set('deniedIDs', $deniedIDs);
|
||||
Context::set('deniedIDs', $denied_list);
|
||||
|
||||
$this->setTemplateFile('member_config');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue