diff --git a/dbPort/src/org/compiere/db/CConnection.java b/dbPort/src/org/compiere/db/CConnection.java index ff13c15e68..96c1f8540a 100644 --- a/dbPort/src/org/compiere/db/CConnection.java +++ b/dbPort/src/org/compiere/db/CConnection.java @@ -88,7 +88,7 @@ public class CConnection implements Serializable { s_cc = cc; Ini.setProperty(Ini.P_CONNECTION, cc.toStringLong()); - Ini.saveProperties(false); + Ini.saveProperties(Ini.isClient()); } } if (s_cc == null)