diff --git a/workflow/engine/methods/login/authentication.php b/workflow/engine/methods/login/authentication.php index c82847df5..83afd90ce 100644 --- a/workflow/engine/methods/login/authentication.php +++ b/workflow/engine/methods/login/authentication.php @@ -438,8 +438,7 @@ try { $oPluginRegistry->executeTriggers ( PM_AFTER_LOGIN , $_SESSION['USER_LOGGED'] ); } - G::RenderPage('publish', 'extJs'); - //G::header('Location: ' . $sLocation); + G::header('Location: ' . $sLocation); die; } catch ( Exception $e ) { $aMessage['MESSAGE'] = $e->getMessage();