mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
포인트 랭킹 위젯 오류 수정 및 위젯의 변수명에 사용되는 javascript escape의 php unescape 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3621 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0865bddced
commit
2e73720fb9
3 changed files with 17 additions and 3 deletions
|
|
@ -45,6 +45,8 @@
|
|||
$obj->list_count = $list_count;
|
||||
$obj->is_admin = $args->without_admin == "true" ? "N" : "";
|
||||
|
||||
$output = new Object();
|
||||
|
||||
if(count($target_group) || count($target_group_without)) {
|
||||
// 그룹 목록을 구해옴
|
||||
$group_list = $oMemberModel->getGroups();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue