HOR-4278 Unable to init session by "sid" option

- Change value for user uid
This commit is contained in:
Marco Antonio Nina Mena
2018-01-23 15:33:56 -04:00
parent 3b73915d47
commit 0015de86b1

View File

@@ -979,7 +979,7 @@ if (! defined( 'EXECUTE_BY_CRON' )) {
$oUser = new Users();
$aUser = $oUser->load( $aSession['USR_UID'] );
initUserSession(
$_SESSION['USER_LOGGED'],
$aUser['USR_UID'],
$aUser['USR_USERNAME']
);
$bRedirect = false;