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
|
||||
result = { code = 3, message = result, }
|
||||
end
|
||||
respond (xmlrpc.srvEncode (result, not ok)
|
||||
respond (xmlrpc.srvEncode (result, not ok))
|
||||
</pre>
|
||||
|
||||
<p>Note that the package <code>post</code> and the function
|
||||
|
Loading…
x
Reference in New Issue
Block a user