IDEMPIERE-460 - Fixing login method which is wiping out ctx due to call Env.setCtx

This commit is contained in:
Deepak Pansheriya 2013-02-04 18:26:47 +05:30
parent 8d5f668baf
commit 79610cedc7
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ public class CompiereService {
m_Lang = Lang;
m_User = MUser.getNameOfUser(m_AD_User_ID);
Env.setCtx(m_ctx);
Env.setContext( m_ctx, "#AD_Language", Lang);
m_lang = Language.getLanguage(Lang);
Env.verifyLanguage( getM_ctx(), m_lang );