From 63b039f8db49e97b2a040481fbd80fd4a8e3eeee Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 15 Oct 2010 16:11:46 -0400 Subject: [PATCH] Fixed an error when typing "/arl filter" ... the interface options filter panel was removed a long time ago --- core.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/core.lua b/core.lua index 854ad71..5ef8bd6 100644 --- a/core.lua +++ b/core.lua @@ -1472,8 +1472,6 @@ function addon:ChatCommand(input) end elseif (input == strlower(L["Profile"])) then InterfaceOptionsFrame_OpenToCategory(self.optionsFrame["Profiles"]) - elseif (input == strlower(_G.FILTER)) then - InterfaceOptionsFrame_OpenToCategory(self.optionsFrame["Filters"]) elseif (input == strlower(L["Documentation"])) then InterfaceOptionsFrame_OpenToCategory(self.optionsFrame["Documentation"]) elseif (input == strlower(L["Scan"])) then -- 1.7.9.5