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,6 +290,8 @@ class Load extends Command implements LoadCenter {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Saves the configurations which includes the parameters loaded
|
||||||
|
//through the interactive editor procedure
|
||||||
if (!saveConfig(config)) {
|
if (!saveConfig(config)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue