From 09f39a3fb66a65f77f0b2bab3eabc7725580d171 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 1 Jul 2010 23:43:48 -0400 Subject: [PATCH] Fixed a typo. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 6bb31aa..10885c8 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2407,7 +2407,7 @@ do end if location_id then - entry.location_id = location_is + entry.location_id = location_id end else addon:Debug("Attempting to parent an entry to itself.") -- 1.7.9.5