mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-29 21:07:21 -05:00
This arose out of #22451; it seems we are checking using non-global settings to see if a config value is set, in order to decide whether to call another global(-indeed) configuration command. This PR changes it so that both the check and the set are for global configuration.