From ef7ce7def44f2f925034d2570e9955485a6341d2 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 14 Oct 2010 14:55:14 +0100 Subject: [PATCH] Fix error with registration queue --- Clique.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5