Browse Source

Update BloggingMenuContributor.cs

pull/4084/head
maliming 6 years ago
committed by GitHub
parent
commit
4a254ab59b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/blogging/src/Volo.Blogging.Web/BloggingMenuContributor.cs

2
modules/blogging/src/Volo.Blogging.Web/BloggingMenuContributor.cs

@ -19,7 +19,7 @@ namespace Volo.Blogging
private async Task ConfigureMainMenu(MenuConfigurationContext context)
{
var l = context..GetLocalizer<BloggingResource>();
var l = context.GetLocalizer<BloggingResource>();
if (await context.IsGrantedAsync(BloggingPermissions.Blogs.Management))
{

Loading…
Cancel
Save