diff --git a/ccm-core/src/com/arsdigita/packaging/Load.java b/ccm-core/src/com/arsdigita/packaging/Load.java index f3b8aeb2d..a05c285ca 100755 --- a/ccm-core/src/com/arsdigita/packaging/Load.java +++ b/ccm-core/src/com/arsdigita/packaging/Load.java @@ -290,9 +290,11 @@ class Load extends Command implements LoadCenter { return false; } - if (!saveConfig(config)) { - return false; - } + //Saves the configurations which includes the parameters loaded + //through the interactive editor procedure + if (!saveConfig(config)) { + return false; + } Session ssn = null;