From 539c4fe2cffb1cddee97a60c482815b86b78b031 Mon Sep 17 00:00:00 2001 From: hjonathan Date: Mon, 19 Jun 2017 16:21:40 -0400 Subject: [PATCH] HOR-3374 --- workflow/engine/methods/login/authentication.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();