hg merge release-2.1 (merge release2.1 into development)

This commit is contained in:
Carlos Ruiz 2015-08-10 12:24:30 -05:00
commit e285d5124e
1 changed files with 2 additions and 0 deletions

View File

@ -425,6 +425,8 @@ public abstract class PO
*/
public Properties getCtx()
{
if (p_ctx.size() == 0 && Env.getCtx().size() > 0)
p_ctx = Env.getCtx();
return p_ctx;
} // getCtx