mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
Refresh member info when setSessionInfo() is called
This commit is contained in:
parent
a67a78ebba
commit
cf01038ce6
2 changed files with 4 additions and 3 deletions
|
|
@ -1919,7 +1919,7 @@ class memberController extends member
|
|||
function setSessionInfo()
|
||||
{
|
||||
// If your information came through the current session information to extract information from the users
|
||||
$member_info = Rhymix\Framework\Session::getMemberInfo();
|
||||
$member_info = Rhymix\Framework\Session::getMemberInfo(true);
|
||||
if (!$member_info->member_srl)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue