This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-10-13 11:05:39 -04:00
parent c3f74fca4b
commit 6c96225ce2
4 changed files with 0 additions and 5 deletions

View File

@@ -393,7 +393,6 @@ class UsersProperties extends BaseUsersProperties
$oConf = new Configurations();
$oConf->loadConfig( $x, 'USER_PREFERENCES', '', '', $_SESSION['USER_LOGGED'], '' );
//$baseUrl = '/sys' . config("system.workspace") . '/' . $this->lang . '/' . SYS_SKIN . '/';
if (isset($_COOKIE['workspaceSkin'])) {
$baseUrl = '/sys' . config("system.workspace") . '/' . $this->lang . '/' . $_COOKIE['workspaceSkin'] . '/';
} else {