mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
8145673928
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ local function parse(arg, config)
|
|||
end
|
||||
|
||||
if not param then
|
||||
return nil, "param-not-found", param;
|
||||
return nil, "param-not-found", raw_param;
|
||||
end
|
||||
|
||||
local param_k, param_v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue