# HG changeset patch # User Matthew Wild # Date 1344185518 -3600 # Node ID ab40d16506884f8e320fae0398cdf2bc62bcb462 # Parent 055b9ea7bd68b31005cdaa3bf365cb3cfdf47b2a mod_register_redirect: Fix typo in variable name (again...) diff -r 055b9ea7bd68 -r ab40d1650688 mod_register_redirect/mod_register_redirect.lua --- a/mod_register_redirect/mod_register_redirect.lua Sun Aug 05 13:55:29 2012 +0100 +++ b/mod_register_redirect/mod_register_redirect.lua Sun Aug 05 17:51:58 2012 +0100 @@ -58,7 +58,7 @@ end end end - elseif instt_text and oob then + elseif inst_text and oob then if not url:match("^%w+[:].*$") then module:log("error", "Please check your configuration, the URL specified is not valid.") origin.send(st.error_reply(stanza, "wait", "internal-server-error")) -- bouncing request.