adds in-line-doc to the procedure which save the configurations loaded in the interactive load script
git-svn-id: https://svn.libreccm.org/ccm/trunk@3757 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
07affdd2d1
commit
948c7cb983
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue