mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Do not cache nonexistent member info
존재하지 않는 회원 정보가 캐싱되는 문제 수정
This commit is contained in:
parent
92d8f17482
commit
4b0a2c512e
1 changed files with 0 additions and 1 deletions
|
|
@ -318,7 +318,6 @@ class memberModel extends member
|
|||
$output = executeQuery('member.getMemberInfoByMemberSrl', $args);
|
||||
if(!$output->data)
|
||||
{
|
||||
Rhymix\Framework\Cache::set($cache_key, new stdClass);
|
||||
return new stdClass;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue