Documentation update - minor details
This commit is contained in:
parent
184b1f8816
commit
cbd21eff0f
@ -162,7 +162,7 @@ local ok, result, err = pcall (func, unpack (arg_table or {}))
|
|||||||
if ok then
|
if ok then
|
||||||
result = { code = 3, message = result, }
|
result = { code = 3, message = result, }
|
||||||
end
|
end
|
||||||
respond (xmlrpc.srvEncode (result, not ok)
|
respond (xmlrpc.srvEncode (result, not ok))
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>Note that the package <code>post</code> and the function
|
<p>Note that the package <code>post</code> and the function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user