This commit is contained in:
hjonathan
2017-06-19 16:21:40 -04:00
parent 1a41cf0537
commit 539c4fe2cf

View File

@@ -438,8 +438,7 @@ try {
$oPluginRegistry->executeTriggers ( PM_AFTER_LOGIN , $_SESSION['USER_LOGGED'] ); $oPluginRegistry->executeTriggers ( PM_AFTER_LOGIN , $_SESSION['USER_LOGGED'] );
} }
G::RenderPage('publish', 'extJs'); G::header('Location: ' . $sLocation);
//G::header('Location: ' . $sLocation);
die; die;
} catch ( Exception $e ) { } catch ( Exception $e ) {
$aMessage['MESSAGE'] = $e->getMessage(); $aMessage['MESSAGE'] = $e->getMessage();