mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -16,8 +16,7 @@ namespace Orchard.Tags.Controllers {
|
||||
public class AdminController : Controller {
|
||||
private readonly ITagService _tagService;
|
||||
|
||||
public AdminController(IOrchardServices services, ITagService tagService)
|
||||
{
|
||||
public AdminController(IOrchardServices services, ITagService tagService) {
|
||||
Services = services;
|
||||
_tagService = tagService;
|
||||
T = NullLocalizer.Instance;
|
||||
|
Reference in New Issue
Block a user