mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix typo
그룹 리스트가 캐시되지 않는 문제 수정
This commit is contained in:
parent
f67568d34c
commit
072fd82dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ class memberModel extends member
|
|||
if(!isset($GLOBALS['__group_info__'][0]))
|
||||
{
|
||||
$result = array();
|
||||
$group_list = Rhymix\Framework\Cache::get('member:member_group');
|
||||
$group_list = Rhymix\Framework\Cache::get('member:member_groups');
|
||||
|
||||
if(!$group_list)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue