mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Don't redirect back to procMemberAuthAccount after login #1428
This commit is contained in:
parent
f605786639
commit
3344a20eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ class memberView extends member
|
|||
Context::set('XE_VALIDATOR_MESSAGE', $XE_VALIDATOR_MESSAGE . $config->limit_day_description);
|
||||
}
|
||||
|
||||
if(strpos(Context::get('referer_url'), 'procMember') || ($XE_VALIDATOR_ERROR < -10 && $XE_VALIDATOR_ERROR > -21))
|
||||
if(strpos(Context::get('referer_url'), 'procMember') !== false || ($XE_VALIDATOR_ERROR < -10 && $XE_VALIDATOR_ERROR > -21))
|
||||
{
|
||||
Context::set('referer_url', getUrl(''));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue