mirror of
https://github.com/astaxie/beego.git
synced 2025-06-19 21:10:39 +00:00
fix type mismatch error
This commit is contained in:
@ -294,7 +294,7 @@ func (b *beegoAppConfig) String(key string) string {
|
||||
|
||||
func (b *beegoAppConfig) Strings(key string) []string {
|
||||
if v := b.innerConfig.Strings(BConfig.RunMode + "::" + key); v[0] != "" {
|
||||
return v[0]
|
||||
return v
|
||||
}
|
||||
return b.innerConfig.Strings(key)
|
||||
}
|
||||
|
Reference in New Issue
Block a user