BUG 8899 En Experience User en el deslogueo se direcciona... SOLVED

- Not checked with the default skin.
- was modified the class.g to verify skin from the configuration
This commit is contained in:
Marco Antonio Nina
2012-06-26 10:46:34 -04:00
parent 7b677377bb
commit ec037e5390

View File

@@ -988,7 +988,8 @@ class G
/* Fix to prevent use uxs skin outside siplified interface,
because that skin is not compatible with others interfaces*/
if ($SYS_SKIN == 'uxs' && $SYS_COLLECTION != 'home' && $SYS_COLLECTION != 'cases') {
$SYS_SKIN = 'classic';
$config = System::getSystemConfiguration();
$SYS_SKIN = $config['default_skin'];
}
define("SYS_LANG", $SYS_LANG);