]> git.stg.codes - stg.git/blobdiff - projects/sgconf/xml.cpp
Added suboptions to tariffs and admins.
[stg.git] / projects / sgconf / xml.cpp
index 5a7d2afdaa513fab3b3e9df906fd3dab6d6bb697..c54fcd02bbd17fb10878da556a956131462a18b2 100644 (file)
@@ -99,5 +99,5 @@ return proto.RawXML(arg, RawXMLCallback, NULL) == STG::st_ok;
 void SGCONF::AppendXMLOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks)
 {
 blocks.Add("Raw XML")
-      .Add("r", "raw", SGCONF::MakeAPIAction(commands, "<xml>", true, RawXMLFunction), "\tmake raw XML request");
+      .Add("r", "raw", SGCONF::MakeAPIAction(commands, "<xml>", RawXMLFunction), "\tmake raw XML request");
 }