mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
issue 160 enviroment info gathering agreement bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9150 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
643d3d158c
commit
2f26277652
1 changed files with 2 additions and 2 deletions
|
|
@ -200,8 +200,8 @@
|
|||
function procAdminEnviromentGatheringAgreement()
|
||||
{
|
||||
$isAgree = Context::get('is_agree');
|
||||
if($isAgree == 'true')
|
||||
$_SESSION['enviroment_gather'] = 'Y';
|
||||
if($isAgree == 'true') $_SESSION['enviroment_gather'] = 'Y';
|
||||
else $_SESSION['enviroment_gather'] = 'N';
|
||||
|
||||
$redirectUrl = getUrl('', 'module', 'admin');
|
||||
$this->setRedirectUrl($redirectUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue