maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Settings/Volo/Abp/Settings/SettingDefinitionManager.cs
|
|
|
@ -22,7 +22,7 @@ public class SettingDefinitionManager : ISettingDefinitionManager, ISingletonDep |
|
|
|
var permission = await GetOrNullAsync(name); |
|
|
|
if (permission == null) |
|
|
|
{ |
|
|
|
throw new AbpException("Undefined Template: " + name); |
|
|
|
throw new AbpException("Undefined setting: " + name); |
|
|
|
} |
|
|
|
|
|
|
|
return permission; |
|
|
|
|