Fixed typo in variable name

This commit is contained in:
Waqas Hussain 2008-10-08 03:38:07 +05:00
parent 014df9a22a
commit 55e20d98bd

View file

@ -124,7 +124,7 @@ function reply(orig)
end
function error_reply(orig, type, condition, message, clone)
local r = reply(orig);
local t = reply(orig);
t.attr.type = "error";
-- TODO use clone
t:tag("error", {type = type})