mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-07 23:19:22 +00: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.