Skip to content

Commit

Permalink
Fix EZP-21237: Debug by user feature blocks the login process
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Vieilledent committed Jul 16, 2013
1 parent 85d9b04 commit 11fab1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kernel/private/classes/ezpkernelweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,6 @@ function()

$this->mobileDeviceDetect = new ezpMobileDeviceDetect( ezpMobileDeviceDetectFilter::getFilter() );
// eZSession::setSessionArray( $mainRequest->session );

/**
* Check for activating Debug by user ID (Final checking. The first was in eZDebug::updateSettings())
* @uses eZUser::instance() So needs to be executed after eZSession::start()|lazyStart()
*/
eZDebug::checkDebugByUser();
}

/**
Expand Down Expand Up @@ -1180,6 +1174,12 @@ function ( eZDBInterface $db, $escNewKey, $escOldKey )
);

$this->isInitialized = true;

/**
* Check for activating Debug by user ID (Final checking. The first was in eZDebug::updateSettings())
* @uses eZUser::instance() So needs to be executed after eZSession::start()|lazyStart()
*/
eZDebug::checkDebugByUser();
}

/**
Expand Down

0 comments on commit 11fab1f

Please sign in to comment.