Quantcast

Helps to use the : when you're using a method :P

James Whitehead II [02-05-08 - 15:04]
Helps to use the : when you're using a method :P
Filename
PerfectRaid_Frames.lua
diff --git a/PerfectRaid_Frames.lua b/PerfectRaid_Frames.lua
index 9d592e3..ec25a2b 100644
--- a/PerfectRaid_Frames.lua
+++ b/PerfectRaid_Frames.lua
@@ -576,7 +576,7 @@ function Frames:SaveEntry()

 	local filterTbl = {}
 	for k,v in pairs(self.filters) do
-		if v:GetChecked() and not v.value.match("^IGNORE")then
+		if v:GetChecked() and not v.value:match("^IGNORE")then
 			table.insert(filterTbl, v.value)
 		end
 	end