Quantcast

Fix error with registration queue

James Whitehead II [10-14-10 - 13:55]
Fix error with registration queue
Filename
Clique.lua
diff --git a/Clique.lua b/Clique.lua
index c32f1d7..0e68db1 100755
--- a/Clique.lua
+++ b/Clique.lua
@@ -151,7 +151,7 @@ end
 addon.regqueue = {}
 function addon:RegisterFrame(button)
     if InCombatLockdown() then
-        table.insert(regqueue, button)
+        table.insert(self.regqueue, button)
         return
     end