From b28bf0f3943d559aacf08058ec7f0f9c9454a92c Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 21 Jun 2008 16:24:52 +0000 Subject: [PATCH] * Fixed last commit --- libs/httpd/luasrc/httpd/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/httpd/luasrc/httpd/module.lua b/libs/httpd/luasrc/httpd/module.lua index ba745bde32..f1fb687637 100644 --- a/libs/httpd/luasrc/httpd/module.lua +++ b/libs/httpd/luasrc/httpd/module.lua @@ -119,7 +119,7 @@ end -- Handler Response Response = luci.util.class() -function Response.__init__(self, request, status, headers) +function Response.__init__(self, status, headers) self.status = tonumber(status) or 200 self.headers = (type(headers) == "table") and headers or {} end -- 2.30.2