]> source.dussan.org Git - gitea.git/commit
Fix: url.Values map was not initialized (#14485)
authorPhilAtWysdom <phil@wysdom.co.uk>
Wed, 27 Jan 2021 13:33:32 +0000 (13:33 +0000)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 13:33:32 +0000 (15:33 +0200)
commitaf7f71207c3e9f62a873e3d4a0b57cdbfe121bb1
tree9ecd16b8582016e51ec75f2c258361550bafc167
parent2e90a256be87b7536e694c1d49978fcbc91685a7
Fix: url.Values map was not initialized (#14485)

Values map was not initialized, leading to error 500 on submission of initial configuration

Co-authored-by: 6543 <6543@obermui.de>
modules/middlewares/flash.go