PM-3011, PM-3012, PM-3089 Zimbra issues SOLVED
This commit is contained in:
@@ -6,8 +6,12 @@ Ext.FlashComponent.EXPRESS_INSTALL_URL = '/images/expressinstall.swf';
|
|||||||
// The Quicktips are used for the toolbar and Tree mouseover tooltips!
|
// The Quicktips are used for the toolbar and Tree mouseover tooltips!
|
||||||
|
|
||||||
// Refresh treePanel
|
// Refresh treePanel
|
||||||
if (typeof(parent.timer) != 'undefined') {
|
try {
|
||||||
parent.timer();
|
if (typeof(parent.timer) != 'undefined') {
|
||||||
|
parent.timer();
|
||||||
|
}
|
||||||
|
} catch(theError) {
|
||||||
|
// This try-catch is for Zimbra error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -937,8 +937,7 @@ if (! defined( 'EXECUTE_BY_CRON' )) {
|
|||||||
Bootstrap::LoadClass( 'sessions' );
|
Bootstrap::LoadClass( 'sessions' );
|
||||||
$oSessions = new Sessions();
|
$oSessions = new Sessions();
|
||||||
if ($aSession = $oSessions->verifySession( $_GET['sid'] )) {
|
if ($aSession = $oSessions->verifySession( $_GET['sid'] )) {
|
||||||
$pathFile = $filter->validateInput('classes/model/Users.php','path');
|
require_once 'classes/model/Users.php';
|
||||||
require_once $pathFile;
|
|
||||||
$oUser = new Users();
|
$oUser = new Users();
|
||||||
$aUser = $oUser->load( $aSession['USR_UID'] );
|
$aUser = $oUser->load( $aSession['USR_UID'] );
|
||||||
$_SESSION['USER_LOGGED'] = $aUser['USR_UID'];
|
$_SESSION['USER_LOGGED'] = $aUser['USR_UID'];
|
||||||
|
|||||||
Reference in New Issue
Block a user