Skip to content

Commit

Permalink
Fixed possible taint source
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Apr 15, 2023
1 parent 7933e26 commit 0430a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REKeys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function RE:OnEvent(self, event, name, ...)
SendChatMessage(keyLink, IsInGroup() and "PARTY" or "GUILD")
end
elseif button == "RightButton" then
_G.SettingsPanel:OpenToCategory("REKeys")
_G.Settings.OpenToCategory("REKeys")
end
end
LDBI:Register("REKeys", RE.LDB, RE.Settings.MinimapButtonSettings)
Expand Down
2 changes: 1 addition & 1 deletion REKeys.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100007
## Title: |cFF74D06CRE|rKeys
## Notes: Collect information about keystones owned by your friends.
## Version: 2.0.3
## Version: 2.0.4
## Author: AcidWeb
## SavedVariables: REKeysSettings, REKeysDB2
## OptionalDeps: RaiderIO
Expand Down

0 comments on commit 0430a66

Please sign in to comment.