hg merge release-2.1 (merge release2.1 into development)
This commit is contained in:
commit
e285d5124e
|
@ -425,6 +425,8 @@ public abstract class PO
|
||||||
*/
|
*/
|
||||||
public Properties getCtx()
|
public Properties getCtx()
|
||||||
{
|
{
|
||||||
|
if (p_ctx.size() == 0 && Env.getCtx().size() > 0)
|
||||||
|
p_ctx = Env.getCtx();
|
||||||
return p_ctx;
|
return p_ctx;
|
||||||
} // getCtx
|
} // getCtx
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue