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-94f89814c4df
master
tosmers 2015-12-02 11:49:58 +00:00
parent 07affdd2d1
commit 948c7cb983
1 changed files with 5 additions and 3 deletions

View File

@ -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;