From 86d30553eada75ec369bee1add3215f69c52048d Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 15 Jan 2007 23:43:57 +0000 Subject: [PATCH] Don't save when we encounter an error --- PerfectRaid_Frames.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/PerfectRaid_Frames.lua b/PerfectRaid_Frames.lua index bca9c41..cac8f08 100644 --- a/PerfectRaid_Frames.lua +++ b/PerfectRaid_Frames.lua @@ -475,6 +475,7 @@ function Frames:SaveEntry() if err then StaticPopupDialogs["PR_FRAME_SAVE_ERROR"].text = err StaticPopup_Show("PR_FRAME_SAVE_ERROR") + return end local entry = self.editEntry or {} -- 1.7.9.5