From 026e6504f87b8562a77e758596e186ad1363c5bf Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Tue, 21 Oct 2014 22:07:27 +0400 Subject: [PATCH] probably fixes taint from global reason variable --- ui/main_options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/main_options.lua b/ui/main_options.lua index 15ae80e..2100e35 100644 --- a/ui/main_options.lua +++ b/ui/main_options.lua @@ -156,7 +156,7 @@ OptionsPanel.okay = function() AutoTurnInCharacterDB = CopyTable(ptable.TempConfig) AutoTurnIn:SetEnabled(AutoTurnInCharacterDB.enabled) - ObjectiveTracker_Update(OBJECTIVE_TRACKER_UPDATE_ALL) + securecall(ObjectiveTracker_Update, OBJECTIVE_TRACKER_UPDATE_ALL) QuestMapFrame_UpdateAll() end -- 1.7.9.5