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:
ovclas 2011-09-15 05:39:54 +00:00
parent 643d3d158c
commit 2f26277652

View file

@ -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);