From fbae92e522692d9bb34501ad9a805da794a47123 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 7 Aug 2008 20:21:38 +0000 Subject: modules/admin-full: Added support for interface aliases --- libs/cbi/luasrc/cbi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/cbi') diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index ff33604254..4b4bf39059 100644 --- a/libs/cbi/luasrc/cbi.lua +++ b/libs/cbi/luasrc/cbi.lua @@ -487,7 +487,7 @@ end -- Verifies scope of sections function TypedSection.checkscope(self, section) -- Check if we are not excluded - if self.filter and not self.filter(section) then + if self.filter and not self:filter(section) then return nil end -- cgit v1.2.3