issue 2369 remove a skin name when is_skin_fix value is 'N'.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12082 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-03 11:38:25 +00:00
parent 64ec92686c
commit ddec60e655

View file

@ -880,6 +880,10 @@
}
}
}
else
{
$moduleInfo->{$skinTargetValue} = '';
}
$oModuleController = getController('module');
$output = $oModuleController->updateModule($moduleInfo);